Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwantsahu20 committed Nov 11, 2024
1 parent a0ce79b commit becc5b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit becc5b3

Please sign in to comment.