From 8c24cf5238bb1013eebdb15acafcdda1b1f833ed Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 18 Jun 2021 09:52:37 +0200 Subject: [PATCH] configure/cmake: remove remaining checks for rsa.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/curl_config.h.cmake | 3 --- 6 files changed, 17 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b22b5d60..a623c0aa3 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 07a5a9d5d..a2ee9b827 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 5527c6ad0..91df08836 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 536c1b47f..b4ae93cfa 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 6cff3cc9a..4a0cae154 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 20313539e..789750d59 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