mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Changed formatting
This commit is contained in:
@ -6516,7 +6516,6 @@ static int test_wc_Sha256GetFlags (void)
|
||||
if (flags & WC_HASH_FLAG_ISCOPY) {
|
||||
flag = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
wc_Sha256Free(&sha256);
|
||||
@ -6630,7 +6629,6 @@ static int test_wc_Sha256Copy (void)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
wc_Sha256Free(&sha256);
|
||||
wc_Sha256Free(&temp);
|
||||
|
||||
@ -7293,10 +7291,8 @@ static int test_wc_Sha224SetFlags (void)
|
||||
if (flags & WC_HASH_FLAG_ISCOPY) {
|
||||
flag = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
wc_Sha224Free(&sha224);
|
||||
|
||||
printf(resultFmt, flag == 0 ? passed : failed);
|
||||
@ -7432,7 +7428,7 @@ static int test_wc_Sha224Copy (void)
|
||||
flag = 0;
|
||||
}
|
||||
}
|
||||
if (flag == 0){
|
||||
if (flag == 0)
|
||||
flag = wc_Sha224Copy(NULL, &temp);
|
||||
if (flag == BAD_FUNC_ARG) {
|
||||
flag = 0;
|
||||
|
Reference in New Issue
Block a user