From aba2c4dca2601cb942f47ea9622e01001c01b799 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Thu, 12 Feb 2015 08:34:40 +0100 Subject: openssl: fix a compile-time warning lib/vtls/openssl.c:1450:7: warning: extra tokens at end of #endif directive --- lib/vtls/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index d4a6e12ad..55ab3fee1 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -1447,7 +1447,7 @@ end: return result; } -#endif/ +#endif #endif /* USE_SSLEAY */ -- cgit v1.2.3