aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2020-02-29 12:52:55 +0000
committerSteve Holme <steve_holme@hotmail.com>2020-03-01 00:28:46 +0000
commita2ad278756d8b5d8bb5d9b3ca19b8cc242e31685 (patch)
tree044f38e31d1e08a9a48c06d8e5fb7a92c04f4ef5 /CMakeLists.txt
parent5b46790f11ff85bfed3fd5d2563bb3a07b14611b (diff)
polarssl: Additional removal
Follow up to 6357a19f. Reviewed-by: Daniel Stenberg Closes #5004
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 432837c5a..b13616fc7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -297,7 +297,7 @@ if(WIN32)
endif()
# check SSL libraries
-# TODO support GNUTLS, POLARSSL, CYASSL
+# TODO support GnuTLS and WolfSSL
if(APPLE)
option(CMAKE_USE_SECTRANSP "enable Apple OS native SSL/TLS" OFF)