From 28ccf4166fea465b29fd3577ead0cc2682d4cf3d Mon Sep 17 00:00:00 2001 From: a-andre <13609565+a-andre@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:19:30 +0100 Subject: [PATCH] Add option to easily enable secret printing (#454) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7129ac57..70d61d13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ include_directories(include ${CMAKE_SOURCE_DIR} ) - +option (XQC_PRINT_SECRET "enable TLS secret printing" OFF) # print tls traffic secret in keylog if(XQC_PRINT_SECRET)