From: Gergely Nagy Date: Fri, 18 Jun 2021 07:52:37 +0000 (+0200) Subject: configure/cmake: remove remaining checks for rsa.h X-Git-Tag: curl-7_78_0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c24cf5238bb1013eebdb15acafcdda1b1f833ed;p=thirdparty%2Fcurl.git configure/cmake: remove remaining checks for rsa.h Closes #7276 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b22b5d603..a623c0aa38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -934,7 +934,6 @@ check_include_file("linux/tcp.h" HAVE_LINUX_TCP_H) check_include_file_concat("pem.h" HAVE_PEM_H) check_include_file_concat("poll.h" HAVE_POLL_H) check_include_file_concat("pwd.h" HAVE_PWD_H) -check_include_file_concat("rsa.h" HAVE_RSA_H) check_include_file_concat("setjmp.h" HAVE_SETJMP_H) check_include_file_concat("sgtty.h" HAVE_SGTTY_H) check_include_file_concat("signal.h" HAVE_SIGNAL_H) diff --git a/lib/config-os400.h b/lib/config-os400.h index 07a5a9d5d5..a2ee9b827c 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -238,9 +238,6 @@ /* Define if you have the `RAND_status' function. */ #undef HAVE_RAND_STATUS -/* Define if you have the header file. */ -#undef HAVE_RSA_H - /* Define if you have the `select' function. */ #define HAVE_SELECT diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 5527c6ad01..91df088362 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -230,9 +230,6 @@ /* Define if you have the `RAND_status' function. */ #undef HAVE_RAND_STATUS -/* Define if you have the header file. */ -#undef HAVE_RSA_H - /* Define if you have the `select' function. */ #define HAVE_SELECT diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 536c1b47f8..b4ae93cfa9 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -346,10 +346,6 @@ /* #undef HAVE_RAND_STATUS */ #define HAVE_RAND_STATUS 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_RSA_H */ -#define HAVE_RSA_H 1 - /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 6cff3cc9a7..4a0cae1545 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -430,9 +430,6 @@ /* Define to 1 if you have the recvfrom function. */ #define HAVE_RECVFROM 1 -/* Define to 1 if you have the header file. */ -/* #undef HAVE_RSA_H */ - /* Define to 1 if you have the select function. */ #define HAVE_SELECT 1 diff --git a/lib/curl_config.h.cmake b/lib/curl_config.h.cmake index 20313539e6..789750d59c 100644 --- a/lib/curl_config.h.cmake +++ b/lib/curl_config.h.cmake @@ -512,9 +512,6 @@ /* Define to 1 if you have the recvfrom function. */ #cmakedefine HAVE_RECVFROM 1 -/* Define to 1 if you have the header file. */ -#cmakedefine HAVE_RSA_H 1 - /* Define to 1 if you have the select function. */ #cmakedefine HAVE_SELECT 1