summaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-24 22:58:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-24 22:58:46 +0000
commitcb29d8c11f4d1cec6ff1551544b387e14dfaa68c (patch)
tree8a15328189694090d6c8a235420f84d70b7c3978 /crypto/ec
parentadcea5a0439c79f741458d004a6f76c0a44b599b (diff)
only include string.h once
Diffstat (limited to 'crypto/ec')
-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 d4f6d61ca4..bf9fd2dc2c 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>
#ifdef OPENSSL_FIPS
#include <openssl/fips.h>
#endif