asn: add HAVE_OCSP_RESPONDER guard, to fix wolfboot build.

This commit is contained in:
jordan
2026-03-12 10:50:18 -05:00
parent 0de6e8fd50
commit d67c034b14
+2
View File
@@ -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