summary refs log tree commit diff
path: root/crypto/src/tls/DigestInputBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/tls/DigestInputBuffer.cs')
-rw-r--r--crypto/src/tls/DigestInputBuffer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/tls/DigestInputBuffer.cs b/crypto/src/tls/DigestInputBuffer.cs
index 7dd525f88..9b4ea4b06 100644
--- a/crypto/src/tls/DigestInputBuffer.cs
+++ b/crypto/src/tls/DigestInputBuffer.cs
@@ -15,7 +15,7 @@ namespace Org.BouncyCastle.Tls
         }
 
         /// <exception cref="IOException"/>
-        internal void CopyTo(Stream output)
+        internal void CopyInputTo(Stream output)
         {
             // TODO[tls-port]
             // NOTE: Copy data since the output here may be under control of external code.