From: Matt Caswell Date: Fri, 29 Aug 2014 20:25:42 +0000 (+0100) Subject: Fixed double inclusion of string.h X-Git-Tag: OpenSSL_1_0_0o~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=17d3b1ecea7518bdb7da3c14776553abc9a1ffc0;p=oweals%2Fopenssl.git Fixed double inclusion of string.h PR2693 Reviewed-by: Tim Hudson (cherry picked from commit 5d33b70ef5a4768fdfb77a73f9817c4570613039) --- 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 #include "ec_lcl.h" #include -#include EC_KEY *EC_KEY_new(void) {