RT1771: Add string.h include.
authorAlon Bar-Lev <alon.barlev@gmail.com>
Fri, 5 Sep 2014 14:53:51 +0000 (10:53 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 8 Sep 2014 14:37:28 +0000 (10:37 -0400)
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
crypto/jpake/jpake.c

index 736d3c0916d9e915c6c46e4609d56df4608c195d..19382e3b81c8d988e456140918ba44fc12a03d7c 100644 (file)
@@ -4,6 +4,7 @@
 #include <openssl/sha.h>
 #include <openssl/err.h>
 #include <memory.h>
 #include <openssl/sha.h>
 #include <openssl/err.h>
 #include <memory.h>
+#include <string.h>
 
 /*
  * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
 
 /*
  * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or