From 75b0edaafa5b4333c0e49831a0bce22339871ace Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Thu, 27 Jan 2000 23:07:50 +0000 Subject: [PATCH] fix link --- doc/crypto/SHA1_Init.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/crypto/SHA1_Init.pod b/doc/crypto/SHA1_Init.pod index e7abb5714c..ecfdd28334 100644 --- a/doc/crypto/SHA1_Init.pod +++ b/doc/crypto/SHA1_Init.pod @@ -23,7 +23,7 @@ be hashed (B bytes at B). SHA1_Final() places the message digest in B, which must have space for SHA_DIGEST_LENGTH == 20 bytes of output, and erases the B. -When the entire message is available at one time, L +When the entire message is available at one time, L can be used. =head1 RETURN VALUES -- 2.34.1