From 376d2380d2059d1737ee1fa921af0eac0435aff3 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 18 Jun 2021 09:50:17 +0200 Subject: [PATCH] configure/cmake: remove remaining checks for crypto.h Closes #7276 --- CMakeLists.txt | 1 - lib/config-os400.h | 3 --- lib/config-riscos.h | 3 --- lib/config-tpf.h | 4 ---- lib/config-vxworks.h | 3 --- lib/config-win32.h | 3 --- lib/config-win32ce.h | 3 --- lib/curl_config.h.cmake | 3 --- 8 files changed, 23 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b662ab18cb..8fe7376abd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -917,7 +917,6 @@ check_include_file_concat("alloca.h" HAVE_ALLOCA_H) check_include_file_concat("arpa/inet.h" HAVE_ARPA_INET_H) check_include_file_concat("arpa/tftp.h" HAVE_ARPA_TFTP_H) check_include_file_concat("assert.h" HAVE_ASSERT_H) -check_include_file_concat("crypto.h" HAVE_CRYPTO_H) check_include_file_concat("err.h" HAVE_ERR_H) check_include_file_concat("errno.h" HAVE_ERRNO_H) check_include_file_concat("fcntl.h" HAVE_FCNTL_H) diff --git a/lib/config-os400.h b/lib/config-os400.h index 366db983f4..f28aa3e35f 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -94,9 +94,6 @@ /* Define if you have the `closesocket' function. */ #undef HAVE_CLOSESOCKET -/* Define if you have the header file. */ -#undef HAVE_CRYPTO_H - /* Define if you have the header file. */ #define HAVE_ERRNO_H diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 13287e0a4c..3196f2475a 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -95,9 +95,6 @@ /* Define if you have the `closesocket' function. */ #undef HAVE_CLOSESOCKET -/* Define if you have the header file. */ -#undef HAVE_CRYPTO_H - /* Define if you have the header file. */ #define HAVE_ERRNO_H diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 12c34e18e3..997dbadafe 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -99,10 +99,6 @@ /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */ #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_CRYPTO_H */ -#define HAVE_CRYPTO_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 18927a850b..0d6cb317f2 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -113,9 +113,6 @@ /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */ #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_CRYPTO_H */ - /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 diff --git a/lib/config-win32.h b/lib/config-win32.h index fc81536835..c606ae19da 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -36,9 +36,6 @@ /* Define if you have the header file. */ #define HAVE_ASSERT_H 1 -/* Define if you have the header file. */ -/* #define HAVE_CRYPTO_H 1 */ - /* Define if you have the header file. */ #define HAVE_ERRNO_H 1 diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 44cc028874..0bb12fb541 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -36,9 +36,6 @@ /* Define if you have the header file. */ /* #define HAVE_ASSERT_H 1 */ -/* Define if you have the header file. */ -/* #define HAVE_CRYPTO_H 1 */ - /* Define if you have the header file. */ /* #define HAVE_ERRNO_H 1 */ diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index de9ee18c25..8df8d65c3b 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -145,9 +145,6 @@ /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */ #cmakedefine HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_CRYPTO_H 1 - /* Define to 1 if you have the header file. */ #cmakedefine HAVE_DLFCN_H 1 -- 2.47.3