From 4951646c91ec1bea89d752cbc8b6111c178f8bca Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Mon, 21 Mar 2022 10:56:09 -0600 Subject: [PATCH] touch up class name and function comments --- .../CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs b/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs index 48b31bfa9..0383eaf10 100644 --- a/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs +++ b/wrapper/CSharp/wolfSSL-TLS-PSK-Client/wolfSSL-TLS-PSK-Client.cs @@ -32,7 +32,7 @@ using wolfSSL.CSharp; -public class wolfSSL_TLS_PSK_Server +public class wolfSSL_TLS_PSK_Client { @@ -40,7 +40,9 @@ public class wolfSSL_TLS_PSK_Server /// Example of a PSK function call back /// /// pointer to ssl structure - /// identity of client connecting + /// hint if any from connecting + /// identity to send to server + /// max length of identity /// buffer to hold key /// max key size /// size of key set