mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Merge pull request #4131 from elms/fix/g++_enum_logical_op
fixes build with g++ automatically converting enum to int
This commit is contained in:
@ -8075,7 +8075,7 @@ WOLFSSL_EVP_PKEY* wolfSSL_d2i_PUBKEY(WOLFSSL_EVP_PKEY** out,
|
|||||||
word32 keyIdx = 0;
|
word32 keyIdx = 0;
|
||||||
DhKey* key = NULL;
|
DhKey* key = NULL;
|
||||||
int ret;
|
int ret;
|
||||||
Element_Set elements;
|
int elements;
|
||||||
/* test if DH-public key */
|
/* test if DH-public key */
|
||||||
if (wc_InitDhKey(&dh) != 0)
|
if (wc_InitDhKey(&dh) != 0)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user