fix whitespace and line length.

This commit is contained in:
Daniel Pouzzner
2022-09-07 15:30:32 -05:00
parent 57a7430b6a
commit ef7377d64c
3 changed files with 7 additions and 6 deletions

View File

@@ -8651,7 +8651,8 @@ static int wc_PKCS7_DecryptKtri(PKCS7* pkcs7, byte* in, word32 inSz,
return ASN_PARSE_E;
if (encOID != pkcs7->publicKeyOID) {
WOLFSSL_MSG("public key OID found in KTRI doesn't match OID stored earlier.");
WOLFSSL_MSG("public key OID found in KTRI doesn't match "
"OID stored earlier.");
WOLFSSL_ERROR(ALGO_ID_E);
return ALGO_ID_E;
}