mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Added missing NO_CERTS check.
This commit is contained in:
@ -24044,6 +24044,8 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
|
||||
#endif /* NO_WOLFSSL_CLIENT */
|
||||
|
||||
#ifndef NO_CERTS
|
||||
|
||||
#ifdef HAVE_PK_CALLBACKS
|
||||
int GetPrivateKeySigSize(WOLFSSL* ssl)
|
||||
{
|
||||
@ -24087,6 +24089,8 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
||||
}
|
||||
#endif /* HAVE_PK_CALLBACKS */
|
||||
|
||||
#endif /* NO_CERTS */
|
||||
|
||||
#ifdef HAVE_ECC
|
||||
/* returns the WOLFSSL_* version of the curve from the OID sum */
|
||||
word16 GetCurveByOID(int oidSum) {
|
||||
|
Reference in New Issue
Block a user