Skip to content
Snippets Groups Projects
Commit dc15a77d authored by Andy Green's avatar Andy Green
Browse files

openssl: avoid warning on versions with ECDH header

parent cb70b6e6
Branches
Tags
No related merge requests found
...@@ -316,7 +316,7 @@ check_key: ...@@ -316,7 +316,7 @@ check_key:
#else #else
lwsl_notice(" OpenSSL doesn't support ECDH\n"); lwsl_notice(" OpenSSL doesn't support ECDH\n");
#endif #endif
#if !defined(LWS_WITH_BORINGSSL) #if defined(LWS_HAVE_OPENSSL_ECDH_H) && !defined(LWS_WITH_BORINGSSL)
post_ecdh: post_ecdh:
#endif #endif
vhost->skipped_certs = 0; vhost->skipped_certs = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment