summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGergely Nagy <ngg@tresorit.com>2021-06-18 09:50:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-18 13:51:54 +0200
commit376d2380d2059d1737ee1fa921af0eac0435aff3 (patch)
treee0986729af6c06d35a4362d48a9ceee1c48b54a9 /CMakeLists.txt
parent67af0f7eae10367d7207e18eff514f4fa417ec45 (diff)
downloadcurl-376d2380d2059d1737ee1fa921af0eac0435aff3.tar.gz
configure/cmake: remove remaining checks for crypto.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 b662ab18c..8fe7376ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -917,7 +917,6 @@ check_include_file_concat("alloca.h" HAVE_ALLOCA_H)
check_include_file_concat("arpa/inet.h" HAVE_ARPA_INET_H)
check_include_file_concat("arpa/tftp.h" HAVE_ARPA_TFTP_H)
check_include_file_concat("assert.h" HAVE_ASSERT_H)
-check_include_file_concat("crypto.h" HAVE_CRYPTO_H)
check_include_file_concat("err.h" HAVE_ERR_H)
check_include_file_concat("errno.h" HAVE_ERRNO_H)
check_include_file_concat("fcntl.h" HAVE_FCNTL_H)