From 047238ebb4db681fea7cc73de120330a37720bfa Mon Sep 17 00:00:00 2001 From: geby Date: Mon, 13 Nov 2023 10:20:39 +0000 Subject: [PATCH] Fix bug #77 git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@278 7c85be65-684b-0410-a082-b2ed4fbef004 --- ssl_openssl11_lib.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl_openssl11_lib.pas b/ssl_openssl11_lib.pas index 22e28bb..67a1071 100644 --- a/ssl_openssl11_lib.pas +++ b/ssl_openssl11_lib.pas @@ -501,6 +501,7 @@ var _SSLCipherGetBits: TSSLCipherGetBits = nil; _SSLGetVerifyResult: TSSLGetVerifyResult = nil; _SSLCtrl: TSSLCtrl = nil; + _SslSet1Host: TSslSet1Host = nil; _SslCtxSetMinProtoVersion: TSslCtxSetMinProtoVersion = nil; _SslCtxSetMaxProtoVersion: TSslCtxSetMaxProtoVersion = nil;