summary refs log tree commit diff
path: root/crypto/src/tls/DeferredHash.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/DeferredHash.cs')
-rw-r--r--crypto/src/tls/DeferredHash.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/src/tls/DeferredHash.cs b/crypto/src/tls/DeferredHash.cs
index 0532d523c..bba3019a1 100644
--- a/crypto/src/tls/DeferredHash.cs
+++ b/crypto/src/tls/DeferredHash.cs
@@ -74,10 +74,6 @@ namespace Org.BouncyCastle.Tls
             default:
             {
                 CheckTrackingHash(securityParameters.PrfCryptoHashAlgorithm);
-                if (TlsUtilities.IsTlsV13(securityParameters.NegotiatedVersion))
-                {
-                    SealHashAlgorithms();
-                }
                 break;
             }
             }