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:
d0afe49
)
Make sure memset() is properly declared.
author
Richard Levitte
<levitte@openssl.org>
Mon, 14 May 2001 12:22:58 +0000
(12:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 14 May 2001 12:22:58 +0000
(12:22 +0000)
crypto/ui/ui_compat.c
patch
|
blob
|
history
diff --git
a/crypto/ui/ui_compat.c
b/crypto/ui/ui_compat.c
index 6938d72d49475ab6dc72e2803526725d6b32f462..701c07c181c0bb0af5d9b57ccf964f6b414876ea 100644
(file)
--- a/
crypto/ui/ui_compat.c
+++ b/
crypto/ui/ui_compat.c
@@
-57,6
+57,7
@@
* [including the GNU Public Licence.]
*/
+#include <string.h>
#include <openssl/ui_compat.h>
#ifndef OPENSSL_NO_DES