mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Update from review
This commit is contained in:
@ -9107,9 +9107,9 @@ int decodedCertCache_test(void)
|
||||
|
||||
if (ret == 0) {
|
||||
/* load cert.der */
|
||||
file = fopen(certDerFile, "rb");
|
||||
file = XFOPEN(certDerFile, "rb");
|
||||
if (file != NULL) {
|
||||
derSz = fread(der, 1, FOURK_BUF, file);
|
||||
derSz = XFREAD(der, 1, FOURK_BUF, file);
|
||||
fclose(file);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user