aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-10 01:36:14 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-10 01:36:14 +0000
commit5454829ae6684c0c9a8640fd940bfd53299ae39b (patch)
tree4b1d3a1a6f79e4065e24f07db0ad57dd5e288707 /crypto/ecdsa
parentda0bca64668d1b5821d10e011402137fbec4befa (diff)
downloadopenssl-5454829ae6684c0c9a8640fd940bfd53299ae39b.tar.gz
mem* functions are declared in string.h.
Diffstat (limited to 'crypto/ecdsa')
-rw-r--r--crypto/ecdsa/ecs_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ecdsa/ecs_lib.c b/crypto/ecdsa/ecs_lib.c
index bd0e34cbb4..8eb1c30865 100644
--- a/crypto/ecdsa/ecs_lib.c
+++ b/crypto/ecdsa/ecs_lib.c
@@ -53,6 +53,7 @@
*
*/
+#include <string.h>
#include "ecdsa.h"
#include <openssl/engine.h>