Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in
authorEzra Peisach <epeisach@mit.edu>
Sun, 18 Oct 2009 11:55:53 +0000 (11:55 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 18 Oct 2009 11:55:53 +0000 (11:55 +0000)
to find the proper header.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22912 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/krb/rand2key/Makefile.in
src/lib/crypto/krb/rand2key/des_rand2key.c

index d868fc9224c504c1be7aa6d3dcb8de10e3e240f3..ad2ed1f2e85e8bb30c4ea997c51d98996648bd61 100644 (file)
@@ -2,7 +2,7 @@ thisconfigdir=../../../..
 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 = ..\..\..\..
index 47db2c39f56b17b2033f461ca76578af7c482b2e..9af247702e58c65bef897b90557a2b0940f36116 100644 (file)
@@ -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)