summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2014-08-29 21:25:42 +0100
committerMatt Caswell <matt@openssl.org>2014-08-29 21:42:54 +0100
commit13be7da81f2a8ed45d9fa3dd3131389e3c713807 (patch)
tree1eb98ccff567764e5e562e30de8c74a32d6ab9a1
parent82d9185ae53f6ba93953ae0e484179be89c8508a (diff)
Fixed double inclusion of string.h
PR2693 Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--crypto/ec/ec_key.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c
index a91b9dc7f4..b88094c19d 100644
--- a/crypto/ec/ec_key.c
+++ b/crypto/ec/ec_key.c
@@ -66,7 +66,6 @@
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
-#include <string.h>
EC_KEY *EC_KEY_new(void)
{