Fixed double inclusion of string.h
authorMatt Caswell <matt@openssl.org>
Fri, 29 Aug 2014 20:25:42 +0000 (21:25 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Aug 2014 20:40:15 +0000 (21:40 +0100)
PR2693

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit 5d33b70ef5a4768fdfb77a73f9817c4570613039)

crypto/ec/ec_key.c

index 6c933d22ed545ae05803d338853e5fcc7aa3c659..584b15598f718c8c4902196312f8167c64d3c220 100644 (file)
@@ -64,7 +64,6 @@
 #include <string.h>
 #include "ec_lcl.h"
 #include <openssl/err.h>
-#include <string.h>
 
 EC_KEY *EC_KEY_new(void)
        {