diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-24 15:22:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-24 17:54:26 +0100 |
commit | 2edeb10457db4c19f8a6fcd2a747162d641f5796 (patch) | |
tree | 3f6186debe70bafd77284d471b8e7eecb4fe0d53 /CMakeLists.txt | |
parent | 9a8b3b3e131359aea1cac650fb6ac331fbe2047c (diff) | |
download | curl-2edeb10457db4c19f8a6fcd2a747162d641f5796.tar.gz |
config: remove all defines of HAVE_DES_H
As there's no code using it.
Closes #5144
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e412b0520..e70a6e348 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -798,7 +798,6 @@ 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("des.h" HAVE_DES_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) |