mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix XBADFILE typo
This commit is contained in:
@ -14989,7 +14989,7 @@ static void test_wc_PKCS7_EncodeSignedData_ex(void)
|
||||
int certSz, keySz;
|
||||
|
||||
fp = XFOPEN("./certs/client-ecc-cert.der", "rb");
|
||||
AssertTrue(fp != BUDFILE);
|
||||
AssertTrue(fp != BADFILE);
|
||||
certSz = XFREAD(cert, 1, sizeof_cliecc_cert_der_256, fp);
|
||||
XFCLOSE(fp);
|
||||
|
||||
|
Reference in New Issue
Block a user