mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +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);
|
DECLARE_VAR(plain, byte, plainSz, NULL);
|
||||||
|
|
||||||
#ifdef DECLARE_VAR_IS_HEAP_ALLOC
|
#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");
|
printf("test_wc_RsaSSL_SignVerify failed\n");
|
||||||
return MEMORY_E;
|
return MEMORY_E;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user