diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-11-09 23:24:31 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-11-09 23:24:31 +0000 |
| commit | 58d401f56c65ec088dae12f0c928f473981b8674 (patch) | |
| tree | ac914d6737ed8023b88f558ce02e404870fd63bd /src/lib/crypto/openssl/des | |
| parent | 3e0113994526883a9fefad307177c4ff6c292e4a (diff) | |
| download | krb5-58d401f56c65ec088dae12f0c928f473981b8674.tar.gz krb5-58d401f56c65ec088dae12f0c928f473981b8674.tar.xz krb5-58d401f56c65ec088dae12f0c928f473981b8674.zip | |
Include <openssl/des.h> in the OpenSSL back end's weak_key.c for the
DES_is_weak_key prototype.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24512 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/openssl/des')
| -rw-r--r-- | src/lib/crypto/openssl/des/weak_key.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/crypto/openssl/des/weak_key.c b/src/lib/crypto/openssl/des/weak_key.c index eb49d5816f..c739bc29f6 100644 --- a/src/lib/crypto/openssl/des/weak_key.c +++ b/src/lib/crypto/openssl/des/weak_key.c @@ -34,6 +34,7 @@ */ #include "des_int.h" +#include <openssl/des.h> /* * The following are the weak DES keys: |
