]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure/cmake: remove remaining checks for crypto.h
authorGergely Nagy <ngg@tresorit.com>
Fri, 18 Jun 2021 07:50:17 +0000 (09:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2021 11:51:54 +0000 (13:51 +0200)
Closes #7276

CMakeLists.txt
lib/config-os400.h
lib/config-riscos.h
lib/config-tpf.h
lib/config-vxworks.h
lib/config-win32.h
lib/config-win32ce.h
lib/curl_config.h.cmake

index b662ab18cb6332392af4fec35bd0784c990d1814..8fe7376abd5f8a76dc153330950cca3580fbc31f 100644 (file)
@@ -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)
index 366db983f4b11c13349310e3fe2443debf407d4d..f28aa3e35f73dd4373a93e27f674d7068f74d915 100644 (file)
@@ -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
 
index 13287e0a4cc2aef3dc4b5232af4594713edf9370..3196f2475af6a18694c0ada9376ffe70d913823b 100644 (file)
@@ -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
 
index 12c34e18e369df31a087bc6a20e6ee775168c305..997dbadafe226a020125a0a70b9e19959b47e025 100644 (file)
 /* #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
 
index 18927a850b4af8dafb5a880b18963817edef6c04..0d6cb317f2b307cbedd0f9b1cae2a80a1f6f78ea 100644 (file)
 /* 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
 
index fc815368356566d2545ba4d8f5a170fbf66e2d3f..c606ae19daaf0a8edd3a8e0402f1b379a8a024ef 100644 (file)
@@ -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
 
index 44cc0288745d9cb88d9e3aed13b02fa48fbeaa2b..0bb12fb541dc708a1276df95369574afc165966b 100644 (file)
@@ -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 */
 
index de9ee18c25b13382e807923df5aca5e202518fcf..8df8d65c3bd63d8b9086510f8024c8b99a324ff2 100644 (file)
 /* 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