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:
6383bbe
)
Make sure memcpy() gets properly declared by including string.h.
author
Richard Levitte
<levitte@openssl.org>
Fri, 3 Aug 2001 10:54:00 +0000
(10:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 3 Aug 2001 10:54:00 +0000
(10:54 +0000)
crypto/o_time.c
patch
|
blob
|
history
diff --git
a/crypto/o_time.c
b/crypto/o_time.c
index 7389820d8efd286202ad15a92a61ba90863e6d89..86b78e39e917a9145ddb6911adf550f13db00e17 100644
(file)
--- a/
crypto/o_time.c
+++ b/
crypto/o_time.c
@@
-57,6
+57,7
@@
*/
#include <openssl/e_os2.h>
+#include <string.h>
#include "o_time.h"
#ifdef OPENSSL_SYS_VMS