Skip to content

Commit dac7478

Browse files
committed
Add DEBUG_SCHANNEL option
1 parent 9829e3f commit dac7478

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
6868

6969
option (USE_WINSOCK "Use winsock instead of BSD sockets (windows-only)" OFF)
7070
endif ()
71+
option (DEBUG_SCHANNEL "Enable debug output in schannel backend" OFF)
7172

7273
### Dependencies
7374
target_link_libraries (https https-common)

src/common/config.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
#cmakedefine USE_NSURL_BACKEND
55
#cmakedefine USE_WINSOCK
66
#define DLLEXPORT @DLLEXPORT@
7+
#cmakedefine DEBUG_SCHANNEL

0 commit comments

Comments
 (0)