projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8aa1e
)
Make sure OPENSSL_cleanse is declared properly.
author
Richard Levitte
<levitte@openssl.org>
Sat, 28 Dec 2002 01:46:21 +0000
(
01:46
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 28 Dec 2002 01:46:21 +0000
(
01:46
+0000)
crypto/des/des.c
patch
|
blob
|
history
diff --git
a/crypto/des/des.c
b/crypto/des/des.c
index 22596648e89d97c8b36b4e61d031c55d53166b2c..470432e10fb7234f927df8b5b667f8b7a6673dd8 100644
(file)
--- a/
crypto/des/des.c
+++ b/
crypto/des/des.c
@@
-86,6
+86,7
@@
#endif
#include <sys/stat.h>
#endif
+#include <openssl/crypto.h>
#include <openssl/des.h>
#include <openssl/rand.h>