Import OpenSSL 1.1.0h

This commit is contained in:
Steve Dower
2018-04-13 17:45:41 +00:00
parent f39d324ed3
commit 807cee26df
513 changed files with 11248 additions and 3603 deletions

View File

@@ -33,7 +33,7 @@ static const BIO_METHOD mem_method = {
mem_ctrl,
mem_new,
mem_free,
NULL,
NULL, /* mem_callback_ctrl */
};
static const BIO_METHOD secmem_method = {
@@ -46,7 +46,7 @@ static const BIO_METHOD secmem_method = {
mem_ctrl,
secmem_new,
mem_free,
NULL,
NULL, /* mem_callback_ctrl */
};
/* BIO memory stores buffer and read pointer */