mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
TEST: Add missing initialization
Compiler complained. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14204)
This commit is contained in:
parent
c913dbd716
commit
55e9d8cfff
@ -303,7 +303,7 @@ static int test_rsa_sslv23(int idx)
|
||||
static int test_rsa_oaep(int idx)
|
||||
{
|
||||
int ret = 0;
|
||||
RSA *key;
|
||||
RSA *key = NULL;
|
||||
unsigned char ptext[256];
|
||||
unsigned char ctext[256];
|
||||
static unsigned char ptext_ex[] = "\x54\x85\x9b\x34\x2c\x49\xea\x2a";
|
||||
|
Loading…
Reference in New Issue
Block a user