From 7608ded020a1f9de9fa887a106d4a28e9dddfb80 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 5 Oct 2020 17:06:19 +0200 Subject: [PATCH] SSL_set1_host() is not yet exposed. --- ChangeLog | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ee66ad9..e9cb93d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -206,8 +206,6 @@ LibreSSL Portable Release Notes: * Ensure that leaf is set up on X509_STORE_CTX before verification. - * Import document SSL_set1_host(3). - * Document SSL_set_SSL_CTX(3). * Make pthread_mutex static initialisation work on Windows.