Latest update.

This commit is contained in:
2020-02-17 23:45:59 +09:00
parent 9dfeec3942
commit f85de4da03
381 changed files with 7278 additions and 1826 deletions
+2 -2
View File
@@ -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;