From: Dr. Stephen Henson Date: Tue, 24 Jan 2012 22:58:46 +0000 (+0000) Subject: only include string.h once X-Git-Tag: OpenSSL_1_0_1-beta3~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb29d8c11f4d1cec6ff1551544b387e14dfaa68c;p=openssl only include string.h once --- 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 #include "ec_lcl.h" #include -#include #ifdef OPENSSL_FIPS #include #endif