We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2040a commit cbaf9c1Copy full SHA for cbaf9c1
1 file changed
wolfssl/wolfcrypt/sha256.h
@@ -269,7 +269,8 @@ WOLFSSL_API int wc_Sha256FinalRaw(wc_Sha256* sha256, byte* hash);
269
WOLFSSL_API int wc_Sha256Final(wc_Sha256* sha256, byte* hash);
270
WOLFSSL_API void wc_Sha256Free(wc_Sha256* sha256);
271
#if (defined(OPENSSL_EXTRA) || defined(HAVE_CURL)) && \
272
- !defined(WOLFSSL_KCAPI_HASH) && !defined(WOLFSSL_AFALG_HASH)
+ !defined(WOLFSSL_KCAPI_HASH) && !defined(WOLFSSL_AFALG_HASH) && \
273
+ !defined(WOLF_CRYPTO_CB_ONLY_SHA256)
274
WOLFSSL_API int wc_Sha256Transform(wc_Sha256* sha, const unsigned char* data);
275
#endif
276
#if defined(WOLFSSL_HAVE_LMS) && !defined(WOLFSSL_LMS_FULL_HASH)
0 commit comments