mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-21 10:58:42 +02:00
minor fixes to accommodate --disable-sha in combination with --enable-all-crypto.
This commit is contained in:
@@ -10078,10 +10078,10 @@ static int wc_PKCS7_DecryptRecipientInfos(PKCS7* pkcs7, byte* in,
|
||||
#if !defined(NO_PWDBASED) && !defined(NO_SHA)
|
||||
ret = wc_PKCS7_DecryptPwri(pkcs7, in, inSz, idx,
|
||||
decryptedKey, decryptedKeySz, recipFound);
|
||||
break;
|
||||
#else
|
||||
return NOT_COMPILED_IN;
|
||||
#endif
|
||||
break;
|
||||
|
||||
case WC_PKCS7_DECRYPT_ORI:
|
||||
ret = wc_PKCS7_DecryptOri(pkcs7, in, inSz, idx,
|
||||
|
||||
Reference in New Issue
Block a user