From: Matt Caswell Date: Fri, 29 Aug 2014 20:25:42 +0000 (+0100) Subject: Fixed double inclusion of string.h X-Git-Tag: master-post-reformat~435 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13be7da81f2a8ed45d9fa3dd3131389e3c713807;hp=82d9185ae53f6ba93953ae0e484179be89c8508a;p=oweals%2Fopenssl.git Fixed double inclusion of string.h PR2693 Reviewed-by: Tim Hudson --- diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c index a91b9dc7f4..b88094c19d 100644 --- a/crypto/ec/ec_key.c +++ b/crypto/ec/ec_key.c @@ -66,7 +66,6 @@ #include #include "ec_lcl.h" #include -#include EC_KEY *EC_KEY_new(void) {