mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix copy/paste typo.
This commit is contained in:
@ -15464,7 +15464,7 @@ static int test_wc_RsaSSL_SignVerify (void)
|
||||
DECLARE_VAR(plain, byte, plainSz, NULL);
|
||||
|
||||
#ifdef DECLARE_VAR_IS_HEAP_ALLOC
|
||||
if (in == NULL || plain == NULL || cipher == NULL) {
|
||||
if (in == NULL || out == NULL || plain == NULL) {
|
||||
printf("test_wc_RsaSSL_SignVerify failed\n");
|
||||
return MEMORY_E;
|
||||
}
|
||||
|
Reference in New Issue
Block a user