Make sure OPENSSL_cleanse is declared properly.
authorRichard Levitte <levitte@openssl.org>
Sat, 28 Dec 2002 01:46:21 +0000 (01:46 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 28 Dec 2002 01:46:21 +0000 (01:46 +0000)
crypto/des/des.c

index 22596648e89d97c8b36b4e61d031c55d53166b2c..470432e10fb7234f927df8b5b667f8b7a6673dd8 100644 (file)
@@ -86,6 +86,7 @@
 #endif
 #include <sys/stat.h>
 #endif
+#include <openssl/crypto.h>
 #include <openssl/des.h>
 #include <openssl/rand.h>