]> granicus.if.org Git - curl/commitdiff
openssl: fix a compile-time warning
authorKamil Dudka <kdudka@redhat.com>
Thu, 12 Feb 2015 07:34:40 +0000 (08:34 +0100)
committerKamil Dudka <kdudka@redhat.com>
Thu, 12 Feb 2015 07:39:19 +0000 (08:39 +0100)
lib/vtls/openssl.c:1450:7: warning: extra tokens at end of #endif directive

lib/vtls/openssl.c

index d4a6e12adbd82e9341872d21e4a6341b69aa96af..55ab3fee1063423e68655edd02bc515228b12177 100644 (file)
@@ -1447,7 +1447,7 @@ end:
 
   return result;
 }
-#endif/
+#endif
 
 #endif /* USE_SSLEAY */