Latest update.
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@
|
||||
|
||||
static int test_sec_mem(void)
|
||||
{
|
||||
#ifdef OPENSSL_SECURE_MEMORY
|
||||
#ifndef OPENSSL_NO_SECURE_MEMORY
|
||||
int testresult = 0;
|
||||
char *p = NULL, *q = NULL, *r = NULL, *s = NULL;
|
||||
|
||||
@@ -135,7 +135,7 @@ static int test_sec_mem(void)
|
||||
|
||||
static int test_sec_mem_clear(void)
|
||||
{
|
||||
#ifdef OPENSSL_SECURE_MEMORY
|
||||
#ifndef OPENSSL_NO_SECURE_MEMORY
|
||||
const int size = 64;
|
||||
unsigned char *p = NULL;
|
||||
int i, res = 0;
|
||||
|
||||
Reference in New Issue
Block a user