forked from wolfSSL/wolfssl
Merge pull request #1261 from SparkiDev/tls_def_fix
Fix placement of #endif
This commit is contained in:
@ -2840,7 +2840,7 @@ void FreeX509(WOLFSSL_X509* x509)
|
|||||||
if (x509->altNames)
|
if (x509->altNames)
|
||||||
FreeAltNames(x509->altNames, x509->heap);
|
FreeAltNames(x509->altNames, x509->heap);
|
||||||
}
|
}
|
||||||
|
#endif /* !NO_CERTS */
|
||||||
#endif /* !NO_DH || HAVE_ECC */
|
#endif /* !NO_DH || HAVE_ECC */
|
||||||
|
|
||||||
#ifndef NO_CERTS
|
#ifndef NO_CERTS
|
||||||
@ -3774,8 +3774,6 @@ static int X25519MakeKey(WOLFSSL* ssl, curve25519_key* key,
|
|||||||
}
|
}
|
||||||
#endif /* HAVE_CURVE25519 */
|
#endif /* HAVE_CURVE25519 */
|
||||||
|
|
||||||
#endif /* !NO_CERTS */
|
|
||||||
|
|
||||||
#if !defined(NO_CERTS) || !defined(NO_PSK)
|
#if !defined(NO_CERTS) || !defined(NO_PSK)
|
||||||
#if !defined(NO_DH)
|
#if !defined(NO_DH)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user