summaryrefslogtreecommitdiffstats
path: root/crypto
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:40:15 +0100
commitc90386642034750aeb5d4037b55a5b562b25d08f (patch)
tree6b617e15ac39036eac2ecc5f249d2ceac4865cb5 /crypto
parent9b208659aa217f27a002ba24bf5b28b3bf7710ac (diff)
Fixed double inclusion of string.h
PR2693 Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 5d33b70ef5a4768fdfb77a73f9817c4570613039)
Diffstat (limited to 'crypto')
-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 6c933d22ed..584b15598f 100644
--- a/crypto/ec/ec_key.c
+++ b/crypto/ec/ec_key.c
@@ -64,7 +64,6 @@
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
-#include <string.h>
EC_KEY *EC_KEY_new(void)
{