From df85b86a92ac2488667acfd81d16321c73fceecf Mon Sep 17 00:00:00 2001 From: "Paul B. Omta" Date: Fri, 4 Oct 2019 09:55:54 +0200 Subject: build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines Closes https://github.com/curl/curl/pull/4460 --- lib/curl_config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/curl_config.h.cmake') diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 5458cbaca..e0793a7ee 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -407,9 +407,6 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LIBSSH2_H 1 -/* Define to 1 if you have the `ssl' library (-lssl). */ -#cmakedefine HAVE_LIBSSL 1 - /* if zlib is available */ #cmakedefine HAVE_LIBZ 1 -- cgit v1.2.1