1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/src/tls/TlsClient.cs b/crypto/src/tls/TlsClient.cs
index ef4586574..66bb3bc86 100644
--- a/crypto/src/tls/TlsClient.cs
+++ b/crypto/src/tls/TlsClient.cs
@@ -61,6 +61,7 @@ namespace Org.BouncyCastle.Tls
void NotifySelectedCipherSuite(int selectedCipherSuite);
+ /// <exception cref="IOException"/>
void NotifySelectedPsk(TlsPsk selectedPsk);
/// <summary>The protocol implementation validates that any server extensions received correspond to client
|