From: Ulf Möller Date: Thu, 27 Jan 2000 23:07:50 +0000 (+0000) Subject: fix link X-Git-Tag: OpenSSL_0_9_5beta1~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75b0edaafa5b4333c0e49831a0bce22339871ace;p=oweals%2Fopenssl.git fix link --- 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