completed the examples

This commit is contained in:
gasbytes
2024-06-02 00:01:51 +02:00
parent 15ac366bf9
commit 6f567b58bc
3 changed files with 74 additions and 8 deletions

View File

@@ -459,6 +459,8 @@ namespace wolfSSL.CSharp {
public static readonly int SUCCESS = 1;
public static readonly int FAILURE = 0;
public static readonly int WOLFSSL_SNI_HOST_NAME = 0;
public static readonly int WOLFSSL_SNI_HOST_NAME_OUTER = 0;
private static IntPtr unwrap_ctx(IntPtr ctx)