projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95a9f6
)
fix link
author
Ulf Möller
<ulf@openssl.org>
Thu, 27 Jan 2000 23:07:50 +0000
(23:07 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 27 Jan 2000 23:07:50 +0000
(23:07 +0000)
doc/crypto/SHA1_Init.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/SHA1_Init.pod
b/doc/crypto/SHA1_Init.pod
index e7abb5714c89e463028b5693927e36e7998e278b..ecfdd28334994e61715b141919437d5458cbc714 100644
(file)
--- a/
doc/crypto/SHA1_Init.pod
+++ b/
doc/crypto/SHA1_Init.pod
@@
-23,7
+23,7
@@
be hashed (B<len> bytes at B<data>).
SHA1_Final() places the message digest in B<md>, which must have space
for SHA_DIGEST_LENGTH == 20 bytes of output, and erases the B<SHA_CTX>.
-When the entire message is available at one time, L<SHA1(3)|SHA(3)>
+When the entire message is available at one time, L<SHA1(3)|SHA
1
(3)>
can be used.
=head1 RETURN VALUES