summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-20 20:59:21 +0000
committerUlf Möller <ulf@openssl.org>2000-02-20 20:59:21 +0000
commit4ec19e203c7ad918c1fb61dfdf92042bca113238 (patch)
tree586755a9dba84874a2b061e0790d824c346ec47a /doc/crypto
parentd754b3850f0230c187236d89c42d1a971a97264d (diff)
Fix gcc warnings.
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/EVP_DigestInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/EVP_DigestInit.pod b/doc/crypto/EVP_DigestInit.pod
index b21e1013b3..dd6dcb1b61 100644
--- a/doc/crypto/EVP_DigestInit.pod
+++ b/doc/crypto/EVP_DigestInit.pod
@@ -115,7 +115,7 @@ EVP_md_null(), EVP_MD *EVP_md2(), EVP_MD *EVP_md5(), EVP_MD *EVP_sha(),
EVP_sha1(), EVP_dss(), EVP_dss1(), EVP_mdc2() and EVP_ripemd160() return
pointers to the corresponding EVP_MD structures.
-B<EVP_get_digestbyname>, B<EVP_get_digestbynid> and B<EVP_get_digestbyobj>
+EVP_get_digestbyname(), EVP_get_digestbynid() and EVP_get_digestbyobj()
return either an B<EVP_MD> structure or NULL if an error occurs.
=head1 NOTES