From fa6fb83c87b51417442420f2a51b61fdccc7953e Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 10 Dec 2019 18:19:59 +0100 Subject: cmake: Add new option for PKCS11 URI support Signed-off-by: Sahana Prasad Reviewed-by: Jakub Jelen Reviewed-by: Andreas Schneider --- DefineOptions.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'DefineOptions.cmake') diff --git a/DefineOptions.cmake b/DefineOptions.cmake index b82a5018..59e8fb9b 100644 --- a/DefineOptions.cmake +++ b/DefineOptions.cmake @@ -11,6 +11,7 @@ option(WITH_BLOWFISH_CIPHER "Compile with blowfish support" OFF) option(WITH_PCAP "Compile with Pcap generation support" ON) option(WITH_INTERNAL_DOC "Compile doxygen internal documentation" OFF) option(BUILD_SHARED_LIBS "Build shared libraries" ON) +option(WITH_PKCS11_URI "Build with PKCS#11 URI support" OFF) option(UNIT_TESTING "Build with unit tests" OFF) option(CLIENT_TESTING "Build with client tests; requires openssh" OFF) option(SERVER_TESTING "Build with server tests; requires openssh and dropbear" OFF) -- cgit v1.2.1