From: Matt Caswell Date: Fri, 29 Aug 2014 20:25:42 +0000 (+0100) Subject: Fixed double inclusion of string.h X-Git-Tag: OpenSSL_0_9_8zc~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c90386642034750aeb5d4037b55a5b562b25d08f;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) {