Skip to content

Commit aaae489

Browse files
committed
fix:remove unrelated comment
1 parent ff677d8 commit aaae489

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hmac.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ func (h *opensslHMAC) Sum(in []byte) []byte {
245245
}
246246

247247
func (h *opensslHMAC) Clone() (HashCloner, error) {
248-
// Make copy of context because Go hash.Hash mandates that Clone
249-
// has no effect on the underlying stream.
250248
switch vMajor {
251249
case 1:
252250
ctx2, err := ossl.HMAC_CTX_new()

0 commit comments

Comments
 (0)