forked from wolfSSL/wolfssl
Cleanup of stdlib function calls in the wolfSSL library to use our cross-platform "X*" style macros in types.h.
This commit is contained in:
@@ -383,7 +383,7 @@ void file_test(const char* file, byte* check)
|
||||
return;
|
||||
}
|
||||
|
||||
memcpy(check, shasum, sizeof(shasum));
|
||||
XMEMCPY(check, shasum, sizeof(shasum));
|
||||
|
||||
for(j = 0; j < SHA256_DIGEST_SIZE; ++j )
|
||||
printf( "%02x", shasum[j] );
|
||||
|
Reference in New Issue
Block a user