summary refs log tree commit diff
path: root/crypto/src/tls/TlsPskExternal.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/TlsPskExternal.cs')
-rw-r--r--crypto/src/tls/TlsPskExternal.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/src/tls/TlsPskExternal.cs b/crypto/src/tls/TlsPskExternal.cs
new file mode 100644
index 000000000..1e7b717e9
--- /dev/null
+++ b/crypto/src/tls/TlsPskExternal.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace Org.BouncyCastle.Tls
+{
+    public interface TlsPskExternal
+        : TlsPsk
+    {
+    }
+}