Minor cleanup.

pull/4740/head
Yashwant Sahu 2 years ago
parent a0ce79b2ee
commit becc5b3ed7

3
deps/Makefile vendored

@ -87,9 +87,6 @@ else
$(error Warning: OpenSSL headers not found. exiting, please install openssl.)
endif
curl_lib_path:
ln -fs $(SSL_LDIR)/ lib # curl wants this path
libhttpserver/libhttpserver/build/src/.libs/libhttpserver.a: libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a re2/re2/obj/libre2.a
cd libhttpserver && rm -rf libhttpserver-*/ || true
cd libhttpserver && tar -zxf libhttpserver-*.tar.gz

@ -355,7 +355,6 @@ void ProxySQL_Main_init_SSL_module() {
proxy_error("%s\n", SSL_alert_desc_string_long(rc));
}
init_locks();
SSL_METHOD *ssl_method;
OpenSSL_add_all_algorithms();
SSL_load_error_strings();

Loading…
Cancel
Save