mem* functions are declared in string.h.
authorRichard Levitte <levitte@openssl.org>
Sat, 10 Aug 2002 01:36:14 +0000 (01:36 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Aug 2002 01:36:14 +0000 (01:36 +0000)
crypto/ec/ec_asn1.c
crypto/ec/ec_key.c
crypto/ecdsa/ecs_lib.c

index fa38f5231fbc88d8e9992d8551a9c8a33ed3a991..c1879dc5103f9970f58a9cd5d08d8c9ef834d73c 100644 (file)
@@ -53,6 +53,7 @@
  *
  */
 
+#include <string.h>
 #include "ec_lcl.h"
 #include <openssl/err.h>
 #include <openssl/asn1t.h>
index f9f98cfd9d384b3cc069be24fa9c891b9d1f93a8..d537fe7de6b975bac1e076315e6b733d5cc80002 100644 (file)
@@ -61,6 +61,7 @@
  * contributed to the OpenSSL project.
  */
 
+#include <string.h>
 #include "ec_lcl.h"
 #include <openssl/err.h>
 #include <string.h>
index bd0e34cbb4f314351311338f0be9629354cfc001..8eb1c30865af157001427124e2ca04be24e3cd05 100644 (file)
@@ -53,6 +53,7 @@
  *
  */
 
+#include <string.h>
 #include "ecdsa.h"
 #include <openssl/engine.h>