summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <ngg@tresorit.com>2021-06-18 09:52:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-18 13:51:59 +0200
commit8c24cf5238bb1013eebdb15acafcdda1b1f833ed (patch)
tree71bd57ae2e425664df89c29db3fc6cf9edac8618
parentbaae00f66bb9e59fb283bf27c6da387a58e066e1 (diff)
downloadcurl-8c24cf5238bb1013eebdb15acafcdda1b1f833ed.tar.gz
configure/cmake: remove remaining checks for rsa.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/curl_config.h.cmake3
6 files changed, 0 insertions, 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 <rsa.h> 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 <rsa.h> 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 <rsa.h> 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 <rsa.h> 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 <rsa.h> header file. */
-#cmakedefine HAVE_RSA_H 1
-
/* Define to 1 if you have the select function. */
#cmakedefine HAVE_SELECT 1