Latest update.
This commit is contained in:
@@ -778,6 +778,8 @@ static int get_string_internal(const OSSL_PARAM *p, void **val, size_t max_len,
|
||||
|
||||
if (sz == 0)
|
||||
return 1;
|
||||
if (p->data == NULL)
|
||||
return 0;
|
||||
|
||||
if (*val == NULL) {
|
||||
char *const q = OPENSSL_malloc(sz);
|
||||
|
||||
Reference in New Issue
Block a user