diff options
Diffstat (limited to 'csharp/src/IceSSL/Plugin.cs')
-rw-r--r-- | csharp/src/IceSSL/Plugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceSSL/Plugin.cs b/csharp/src/IceSSL/Plugin.cs index 6340f71df5c..63647d31a63 100644 --- a/csharp/src/IceSSL/Plugin.cs +++ b/csharp/src/IceSSL/Plugin.cs @@ -22,7 +22,7 @@ namespace IceSSL // Return true to allow a connection using the provided certificate // information, or false to reject the connection. // - bool verify(NativeConnectionInfo info); + bool verify(IceSSL.ConnectionInfo info); } /// <summary> |