Skip to content
Snippets Groups Projects
Commit 8dcc400b authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Commented out SSL support for a while

parent ff1d3f1a
No related branches found
No related tags found
1 merge request!419Feature 5220
Pipeline #7610 passed with stage
in 4 seconds
...@@ -47,9 +47,9 @@ win32 { ...@@ -47,9 +47,9 @@ win32 {
HEADERS += $$PWD/../../3rdparty/uthash/src/utlist.h \ HEADERS += $$PWD/../../3rdparty/uthash/src/utlist.h \
$$PWD/../../3rdparty/uthash/src/uthash.h $$PWD/../../3rdparty/uthash/src/uthash.h
if(DAPSDK_MODULES MATCHES "ssl-support") #if(DAPSDK_MODULES MATCHES "ssl-support")
include($$PWD/../../3rdparty/wolfssl/wolfssl.pri) # include($$PWD/../../3rdparty/wolfssl/wolfssl.pri)
endif() #endif()
# Sources itself # Sources itself
HEADERS += $$PWD/include/dap_common.h \ HEADERS += $$PWD/include/dap_common.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment