mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:10:50 +02:00
asn: add HAVE_OCSP_RESPONDER guard, to fix wolfboot build.
This commit is contained in:
@@ -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;
|
||||
@@ -46264,6 +46265,7 @@ const byte* AsnHashesGetHash(const AsnHashes* hashes, int hashAlg, int* size)
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
#endif /* HAVE_OCSP_RESPONDER */
|
||||
|
||||
#ifdef WOLFSSL_SEP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user