1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/crypto/tls/TlsServer.cs b/crypto/src/crypto/tls/TlsServer.cs
index 93e62b9ac..e791f93a9 100644
--- a/crypto/src/crypto/tls/TlsServer.cs
+++ b/crypto/src/crypto/tls/TlsServer.cs
@@ -13,6 +13,9 @@ namespace Org.BouncyCastle.Crypto.Tls
void NotifyClientVersion(ProtocolVersion clientVersion);
/// <exception cref="IOException"></exception>
+ void NotifyFallback(bool isFallback);
+
+ /// <exception cref="IOException"></exception>
void NotifyOfferedCipherSuites(int[] offeredCipherSuites);
/// <exception cref="IOException"></exception>
|