From becc5b3ed76f2a720a469f5c9bbe6f4d9b4f4d89 Mon Sep 17 00:00:00 2001 From: Yashwant Sahu Date: Mon, 11 Nov 2024 17:04:21 +0530 Subject: [PATCH] Minor cleanup. --- deps/Makefile | 3 --- src/main.cpp | 1 - 2 files changed, 4 deletions(-) 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();