mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Merge pull request #4150 from elms/fix/sniffer_no_dh
Fix build with `--enable-sniffer --disable-dh`
This commit is contained in:
@@ -2452,7 +2452,7 @@ extern void uITRON4_free(void *p) ;
|
|||||||
|
|
||||||
/* Enable DH Extra for QT, openssl all, openssh and static ephemeral */
|
/* Enable DH Extra for QT, openssl all, openssh and static ephemeral */
|
||||||
/* Allows export/import of DH key and params as DER */
|
/* Allows export/import of DH key and params as DER */
|
||||||
#if !defined(WOLFSSL_DH_EXTRA) && \
|
#if !defined(NO_DH) && !defined(WOLFSSL_DH_EXTRA) && \
|
||||||
(defined(WOLFSSL_QT) || defined(OPENSSL_ALL) || defined(WOLFSSL_OPENSSH) || \
|
(defined(WOLFSSL_QT) || defined(OPENSSL_ALL) || defined(WOLFSSL_OPENSSH) || \
|
||||||
defined(WOLFSSL_STATIC_EPHEMERAL))
|
defined(WOLFSSL_STATIC_EPHEMERAL))
|
||||||
#define WOLFSSL_DH_EXTRA
|
#define WOLFSSL_DH_EXTRA
|
||||||
|
Reference in New Issue
Block a user