removed WOLFSSL_SNI_HOST_NAME_OUTER && minor fix (missing sniHostName got lost during editing)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user