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:
016029c
)
Make sure memset() is defined by including string.h
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Feb 2002 13:51:04 +0000
(13:51 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Feb 2002 13:51:04 +0000
(13:51 +0000)
Notified by Oscar Jacobsson <oscar@jacobsson.org>
crypto/des/read2pwd.c
patch
|
blob
|
history
diff --git
a/crypto/des/read2pwd.c
b/crypto/des/read2pwd.c
index f0eef23d8d0bc40781120d48b759501272c50d8d..b4720c3a9810546c448f3ff1d897bfef100b2eb6 100644
(file)
--- a/
crypto/des/read2pwd.c
+++ b/
crypto/des/read2pwd.c
@@
-109,6
+109,7
@@
* [including the GNU Public Licence.]
*/
+#include <string.h>
#include <openssl/des.h>
#include <openssl/ui.h>