svn rev #22912: trunk/src/lib/crypto/krb/rand2key/
epeisach@MIT.EDU
epeisach at MIT.EDU
Sun Oct 18 07:55:53 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22912
Commit By: epeisach
Log Message:
Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in
to find the proper header.
Changed Files:
U trunk/src/lib/crypto/krb/rand2key/Makefile.in
U trunk/src/lib/crypto/krb/rand2key/des_rand2key.c
Modified: trunk/src/lib/crypto/krb/rand2key/Makefile.in
===================================================================
--- trunk/src/lib/crypto/krb/rand2key/Makefile.in 2009-10-18 11:22:22 UTC (rev 22911)
+++ trunk/src/lib/crypto/krb/rand2key/Makefile.in 2009-10-18 11:55:53 UTC (rev 22912)
@@ -2,7 +2,7 @@
myfulldir=lib/crypto/krb/rand2key
mydir=lib/crypto/krb/rand2key
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
-LOCALINCLUDES = -I$(srcdir)/.
+LOCALINCLUDES = -I$(srcdir)/. -I$(srcdir)/../../@CRYPTO_IMPL@/des
DEFS=
##DOS##BUILDTOP = ..\..\..\..
Modified: trunk/src/lib/crypto/krb/rand2key/des_rand2key.c
===================================================================
--- trunk/src/lib/crypto/krb/rand2key/des_rand2key.c 2009-10-18 11:22:22 UTC (rev 22911)
+++ trunk/src/lib/crypto/krb/rand2key/des_rand2key.c 2009-10-18 11:55:53 UTC (rev 22912)
@@ -26,6 +26,7 @@
#include "rand2key.h"
+#include "des_int.h"
krb5_error_code
krb5int_des_make_key(const krb5_data *randombits, krb5_keyblock *key)
More information about the cvs-krb5
mailing list