svn rev #24512: trunk/src/lib/crypto/openssl/des/
ghudson@MIT.EDU
ghudson at MIT.EDU
Tue Nov 9 18:24:31 EST 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24512
Commit By: ghudson
Log Message:
Include <openssl/des.h> in the OpenSSL back end's weak_key.c for the
DES_is_weak_key prototype.
Changed Files:
U trunk/src/lib/crypto/openssl/des/weak_key.c
Modified: trunk/src/lib/crypto/openssl/des/weak_key.c
===================================================================
--- trunk/src/lib/crypto/openssl/des/weak_key.c 2010-11-06 00:02:13 UTC (rev 24511)
+++ trunk/src/lib/crypto/openssl/des/weak_key.c 2010-11-09 23:24:31 UTC (rev 24512)
@@ -34,6 +34,7 @@
*/
#include "des_int.h"
+#include <openssl/des.h>
/*
* The following are the weak DES keys:
More information about the cvs-krb5
mailing list