summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <ngg@tresorit.com>2021-06-18 09:50:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-18 13:51:54 +0200
commit376d2380d2059d1737ee1fa921af0eac0435aff3 (patch)
treee0986729af6c06d35a4362d48a9ceee1c48b54a9
parent67af0f7eae10367d7207e18eff514f4fa417ec45 (diff)
downloadcurl-376d2380d2059d1737ee1fa921af0eac0435aff3.tar.gz
configure/cmake: remove remaining checks for crypto.h
Closes #7276
-rw-r--r--CMakeLists.txt1
-rw-r--r--lib/config-os400.h3
-rw-r--r--lib/config-riscos.h3
-rw-r--r--lib/config-tpf.h4
-rw-r--r--lib/config-vxworks.h3
-rw-r--r--lib/config-win32.h3
-rw-r--r--lib/config-win32ce.h3
-rw-r--r--lib/curl_config.h.cmake3
8 files changed, 0 insertions, 23 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b662ab18c..8fe7376ab 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 366db983f..f28aa3e35 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 <crypto.h> header file. */
-#undef HAVE_CRYPTO_H
-
/* Define if you have the <errno.h> header file. */
#define HAVE_ERRNO_H
diff --git a/lib/config-riscos.h b/lib/config-riscos.h
index 13287e0a4..3196f2475 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 <crypto.h> header file. */
-#undef HAVE_CRYPTO_H
-
/* Define if you have the <errno.h> header file. */
#define HAVE_ERRNO_H
diff --git a/lib/config-tpf.h b/lib/config-tpf.h
index 12c34e18e..997dbadaf 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 <crypto.h> header file. */
-/* #undef HAVE_CRYPTO_H */
-#define HAVE_CRYPTO_H 1
-
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h
index 18927a850..0d6cb317f 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 <crypto.h> header file. */
-/* #undef HAVE_CRYPTO_H */
-
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
diff --git a/lib/config-win32.h b/lib/config-win32.h
index fc8153683..c606ae19d 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -36,9 +36,6 @@
/* Define if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
-/* Define if you have the <crypto.h> header file. */
-/* #define HAVE_CRYPTO_H 1 */
-
/* Define if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h
index 44cc02887..0bb12fb54 100644
--- a/lib/config-win32ce.h
+++ b/lib/config-win32ce.h
@@ -36,9 +36,6 @@
/* Define if you have the <assert.h> header file. */
/* #define HAVE_ASSERT_H 1 */
-/* Define if you have the <crypto.h> header file. */
-/* #define HAVE_CRYPTO_H 1 */
-
/* Define if you have the <errno.h> header file. */
/* #define HAVE_ERRNO_H 1 */
diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake
index de9ee18c2..8df8d65c3 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 <crypto.h> header file. */
-#cmakedefine HAVE_CRYPTO_H 1
-
/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H 1