diff --git a/doc/crypto/SHA1_Init.pod b/doc/crypto/SHA1_Init.pod index e7abb5714c89e463028b5693927e36e7998e278b..ecfdd28334994e61715b141919437d5458cbc714 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