summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-21 00:04:14 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-21 00:04:14 +0000
commit8b5bcef7981ed9c561619fed3a6000b5c6ee6b95 (patch)
tree5081857a966d4724338dcd124f3e74f54eaf6e4f /crypto/ecdh
parentea17e1f00f655a80cbb72a0b842387cd95b55c7e (diff)
Make sure to declare mem*() properly.
Diffstat (limited to 'crypto/ecdh')
-rw-r--r--crypto/ecdh/ech_ossl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ecdh/ech_ossl.c b/crypto/ecdh/ech_ossl.c
index 076eb2ea1f..b3cff5ad90 100644
--- a/crypto/ecdh/ech_ossl.c
+++ b/crypto/ecdh/ech_ossl.c
@@ -68,6 +68,7 @@
*/
+#include <string.h>
#include <limits.h>
#include "cryptlib.h"