Commit aba2c4dc authored by Kamil Dudka's avatar Kamil Dudka
Browse files

openssl: fix a compile-time warning

lib/vtls/openssl.c:1450:7: warning: extra tokens at end of #endif directive
parent c1878e8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1447,7 +1447,7 @@ end:

  return result;
}
#endif/
#endif

#endif /* USE_SSLEAY */