~ubuntu-branches/ubuntu/precise/krb5/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/crypto/builtin/des/des_int.h

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2011-12-01 19:34:41 UTC
  • mfrom: (28.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20111201193441-9tipg3aru1jsidyv
Tags: 1.10+dfsg~alpha1-6
* Fix segfault with unknown hostnames in krb5_sname_to_principal,
  Closes: #650671
* Indicate that this library breaks libsmbclient versions that depend on
  krb5_locate_kdc, Closes: #650603, #650611

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
 
2
/* lib/crypto/builtin/des/des_int.h */
2
3
/*
3
 
 * lib/crypto/des/des_int.h
4
 
 *
5
4
 * Copyright 1987, 1988, 1990, 2002 by the Massachusetts Institute of
6
5
 * Technology.  All Rights Reserved.
7
6
 *
23
22
 * M.I.T. makes no representations about the suitability of
24
23
 * this software for any purpose.  It is provided "as is" without express
25
24
 * or implied warranty.
26
 
 *
27
 
 *
28
 
 * Private include file for the Data Encryption Standard library.
29
25
 */
30
 
 
31
26
/*
32
27
 * Copyright (C) 1998 by the FundsXpress, INC.
33
28
 *
54
49
 * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
55
50
 */
56
51
 
 
52
/* Private include file for the Data Encryption Standard library. */
 
53
 
57
54
/* only do the whole thing once  */
58
55
#ifndef DES_INTERNAL_DEFS
59
56
#define DES_INTERNAL_DEFS