summary refs log tree commit diff
path: root/crypto/src/tls/TlsPskExternal.cs
blob: 1e7b717e969a423fdc81d3afe18006b934be23b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

namespace Org.BouncyCastle.Tls
{
    public interface TlsPskExternal
        : TlsPsk
    {
    }
}