summary refs log tree commit diff
path: root/crypto/src/tls/TlsHandshakeHash.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/TlsHandshakeHash.cs')
-rw-r--r--crypto/src/tls/TlsHandshakeHash.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/TlsHandshakeHash.cs b/crypto/src/tls/TlsHandshakeHash.cs
index aa33c680d..88aeaaa32 100644
--- a/crypto/src/tls/TlsHandshakeHash.cs
+++ b/crypto/src/tls/TlsHandshakeHash.cs
@@ -20,7 +20,7 @@ namespace Org.BouncyCastle.Tls
 
         void SealHashAlgorithms();
 
-        TlsHandshakeHash StopTracking();
+        void StopTracking();
 
         TlsHash ForkPrfHash();