summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parentbaae00f66bb9e59fb283bf27c6da387a58e066e1 (diff)
downloadcurl-8c24cf5238bb1013eebdb15acafcdda1b1f833ed.tar.gz
configure/cmake: remove remaining checks for rsa.h
Closes #7276
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 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)