diff --git a/deps/Makefile b/deps/Makefile index 2540b4446..9dcd14069 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -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 diff --git a/src/main.cpp b/src/main.cpp index aa550d658..383dea8de 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();