removed WOLFSSL_SNI_HOST_NAME_OUTER && minor fix (missing sniHostName got lost during editing)

This commit is contained in:
gasbytes
2024-06-03 20:05:00 +02:00
parent 6f567b58bc
commit c325de993d
3 changed files with 1 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ public class wolfSSL_TLS_CSHarp
IntPtr ctx;
IntPtr ssl;
Socket fd;
IntPtr sniHostName;
/* These paths should be changed for use */
string fileCert = @"server-cert.pem";