mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
esp32: unbreak cert gen from mbedtls integration
This commit is contained in:
parent
d38f630519
commit
8cb341314a
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ configure_file(
|
|||
|
||||
# Generate self-signed SSL certs for the test-server.
|
||||
|
||||
if (LWS_WITH_SSL AND NOT LWS_USE_WOLFSSL AND NOT LWS_USE_MBEDTLS)
|
||||
if (LWS_WITH_SSL AND NOT LWS_USE_WOLFSSL)
|
||||
message("Searching for OpenSSL executable and dlls")
|
||||
find_package(OpenSSLbins)
|
||||
message("OpenSSL executable: ${OPENSSL_EXECUTABLE}")
|
||||
|
|
Loading…
Add table
Reference in a new issue