mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
openssl: avoid warning on versions with ECDH header
This commit is contained in:
parent
cb70b6e633
commit
dc15a77dfa
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ check_key:
|
|||
#else
|
||||
lwsl_notice(" OpenSSL doesn't support ECDH\n");
|
||||
#endif
|
||||
#if !defined(LWS_WITH_BORINGSSL)
|
||||
#if defined(LWS_HAVE_OPENSSL_ECDH_H) && !defined(LWS_WITH_BORINGSSL)
|
||||
post_ecdh:
|
||||
#endif
|
||||
vhost->skipped_certs = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue