]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure/cmake: remove remaining checks for rsa.h
authorGergely Nagy <ngg@tresorit.com>
Fri, 18 Jun 2021 07:52:37 +0000 (09:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jun 2021 11:51:59 +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/curl_config.h.cmake

index 6b22b5d603b9ccfde1703758c8d104aa829a252f..a623c0aa380abedb633eafa732a0cace5cf56071 100644 (file)
@@ -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)
index 07a5a9d5d599bff2414f54a47835d389fbe6c0f1..a2ee9b827c825bb88611b15a5d6fafbf31369f3e 100644 (file)
 /* 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
 
index 5527c6ad0117cbcc014757e46f1fd4c96cdb427b..91df088362dce39cd26bffb8549496eb335554f7 100644 (file)
 /* 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
 
index 536c1b47f8863f0a15a8b088557c207313489ef7..b4ae93cfa9d0fc0cf6094a48d809bd68dce65c6f 100644 (file)
 /* #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
 
index 6cff3cc9a7edb0db97fe019ee8723315cf5b9392..4a0cae15457731ff33f92b0819ea68db70a16f8c 100644 (file)
 /* 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
 
index 20313539e6d4a80331b8c560eb55e6074e5dfb05..789750d59c6c0fca4e99aaffa5702a7a0382f16a 100644 (file)
 /* 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