mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Fixed spacing
This commit is contained in:
@@ -5515,11 +5515,11 @@ static void test_wolfSSL_PKCS12(void)
|
|||||||
BIO_free(bio);
|
BIO_free(bio);
|
||||||
|
|
||||||
/* check verify MAC directly */
|
/* check verify MAC directly */
|
||||||
ret = PKCS12_verify_mac(pkcs12, goodPsw,goodPswLen);
|
ret = PKCS12_verify_mac(pkcs12, goodPsw, goodPswLen);
|
||||||
AssertIntEQ(ret, 1);
|
AssertIntEQ(ret, 1);
|
||||||
|
|
||||||
/* check verify MAC fail case directly */
|
/* check verify MAC fail case directly */
|
||||||
ret = PKCS12_verify_mac(pkcs12, badPsw,badPswLen);
|
ret = PKCS12_verify_mac(pkcs12, badPsw, badPswLen);
|
||||||
AssertIntEQ(ret, 0);
|
AssertIntEQ(ret, 0);
|
||||||
|
|
||||||
/* check verify MAC fail case */
|
/* check verify MAC fail case */
|
||||||
|
Reference in New Issue
Block a user