Skip to content

Commit 28ccf41

Browse files
authored
Add option to easily enable secret printing (#454)
1 parent f0413a6 commit 28ccf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ include_directories(include
131131
${CMAKE_SOURCE_DIR}
132132
)
133133

134-
134+
option (XQC_PRINT_SECRET "enable TLS secret printing" OFF)
135135

136136
# print tls traffic secret in keylog
137137
if(XQC_PRINT_SECRET)

0 commit comments

Comments
 (0)