aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
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/ec
parentda0bca64668d1b5821d10e011402137fbec4befa (diff)
downloadopenssl-5454829ae6684c0c9a8640fd940bfd53299ae39b.tar.gz
mem* functions are declared in string.h.
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ec_asn1.c1
-rw-r--r--crypto/ec/ec_key.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ec/ec_asn1.c b/crypto/ec/ec_asn1.c
index fa38f5231f..c1879dc510 100644
--- a/crypto/ec/ec_asn1.c
+++ b/crypto/ec/ec_asn1.c
@@ -53,6 +53,7 @@
*
*/
+#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
#include <openssl/asn1t.h>
diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c
index f9f98cfd9d..d537fe7de6 100644
--- a/crypto/ec/ec_key.c
+++ b/crypto/ec/ec_key.c
@@ -61,6 +61,7 @@
* contributed to the OpenSSL project.
*/
+#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
#include <string.h>