diff options
| author | John Gilmore <gnu@toad.com> | 1995-02-28 07:56:00 +0000 |
|---|---|---|
| committer | John Gilmore <gnu@toad.com> | 1995-02-28 07:56:00 +0000 |
| commit | 7b9c4c5e4fe85f4c669c37fedf1bc613482d2edb (patch) | |
| tree | dc7276c94a8ca081b4969fa2ccbff2464e657b32 /src/include/k5-int.h | |
| parent | 95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812 (diff) | |
| download | krb5-7b9c4c5e4fe85f4c669c37fedf1bc613482d2edb.tar.gz krb5-7b9c4c5e4fe85f4c669c37fedf1bc613482d2edb.tar.xz krb5-7b9c4c5e4fe85f4c669c37fedf1bc613482d2edb.zip | |
* k5-int.h: Remove commented-out <widen.h> and <narrow.h>.
* krb5.h: Same as old krb5/krb5.h, as a start. Gradually things
that don't need to be exported will be moved from krb5.h into
k5-int.h (and vice verse for e.g. function prototypes).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5003 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/k5-int.h')
| -rw-r--r-- | src/include/k5-int.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 8280bf8a3..4580abbf0 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1,12 +1,13 @@ /* * This prototype for k5-int.h (Krb5 internals include file) - * simply includes every file - * in the lower krb5 directory, more or less. + * includes the user-visible definitions from krb5.h and then + * includes other definitions that are not user-visible but are + * required for compiling Kerberos internal routines. * * John Gilmore, Cygnus Support, Sat Jan 21 22:45:52 PST 1995 */ -#include "krb5/krb5.h" +#include "krb5.h" /* krb5/krb5.h includes many other krb5/*.h files too. The ones that it doesn't include, we include below. */ @@ -22,11 +23,9 @@ #include "krb5/libos.h" #include "krb5/los-proto.h" #include "krb5/mit-des.h" -/* #include "krb5/narrow.h" -- used in encryption.h and others, custom usage */ #include "krb5/preauth.h" /* #include "krb5/rsa-md4.h" -- removed from krb5 to lib/crypto/md4 */ #include "krb5/rsa-md5.h" /* #include "krb5/stock" */ #include "krb5/sysincl.h" -/* #include "krb5/widen.h" -- used in encryption.h, custom usage. */ /* #include "krb5/wordsize.h" -- comes in through base-defs.h. */ |
