aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-12-04 23:08:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-12-04 23:08:08 +0000
commit0b7497310d08c8a1a0c65a3e3fb9a116ee2ba211 (patch)
tree450bc0d7cf1c168ab18801717dc00a14b4da2644 /crypto/des
parent98c3eccc83653516a08d9e0c7c131ae154039ff8 (diff)
downloadopenssl-0b7497310d08c8a1a0c65a3e3fb9a116ee2ba211.tar.gz
Include crypto.h to pull in definition of OPENSSL_cleanse in various
places.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/read2pwd.c1
-rw-r--r--crypto/des/str2key.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c
index 25d3c63131..115132deec 100644
--- a/crypto/des/read2pwd.c
+++ b/crypto/des/read2pwd.c
@@ -57,6 +57,7 @@
*/
#include "des_locl.h"
+#include <openssl/crypto.h>
int des_read_password(des_cblock *key, const char *prompt, int verify)
{
diff --git a/crypto/des/str2key.c b/crypto/des/str2key.c
index fc5b96ee87..10e1dc174d 100644
--- a/crypto/des/str2key.c
+++ b/crypto/des/str2key.c
@@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
+#include <openssl/crypto.h>
#include "des_locl.h"
void des_string_to_key(const char *str, des_cblock *key)