From: Kamil Dudka Date: Thu, 12 Feb 2015 07:34:40 +0000 (+0100) Subject: openssl: fix a compile-time warning X-Git-Tag: curl-7_41_0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aba2c4dca2601cb942f47ea9622e01001c01b799;p=thirdparty%2Fcurl.git openssl: fix a compile-time warning lib/vtls/openssl.c:1450:7: warning: extra tokens at end of #endif directive --- diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index d4a6e12adb..55ab3fee10 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -1447,7 +1447,7 @@ end: return result; } -#endif/ +#endif #endif /* USE_SSLEAY */