Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions wolfcrypt/src/asn.c
Original file line number Diff line number Diff line change
Expand Up @@ -46194,6 +46194,7 @@ int wc_VerifyX509Acert(const byte* acert, word32 acertSz,

#endif /* WOLFSSL_ACERT && WOLFSSL_ASN_TEMPLATE */

#ifdef HAVE_OCSP_RESPONDER
int AsnHashesHash(AsnHashes* hashes, const byte* data, word32 dataSz)
{
int ret = 0;
Expand Down Expand Up @@ -46264,6 +46265,7 @@ const byte* AsnHashesGetHash(const AsnHashes* hashes, int hashAlg, int* size)
return NULL;
}
}
#endif /* HAVE_OCSP_RESPONDER */

#ifdef WOLFSSL_SEP

Expand Down
Loading