diff options
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestInit.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestInit.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestInit.pod b/src/lib/libcrypto/doc/EVP_DigestInit.pod index f2c1cfdbf0..3a71efd23d 100644 --- a/src/lib/libcrypto/doc/EVP_DigestInit.pod +++ b/src/lib/libcrypto/doc/EVP_DigestInit.pod | |||
@@ -161,9 +161,8 @@ EVP_MD_CTX_copy_ex() returns 1 if successful or 0 for failure. | |||
161 | EVP_MD_type(), EVP_MD_pkey_type() and EVP_MD_type() return the NID of the | 161 | EVP_MD_type(), EVP_MD_pkey_type() and EVP_MD_type() return the NID of the |
162 | corresponding OBJECT IDENTIFIER or NID_undef if none exists. | 162 | corresponding OBJECT IDENTIFIER or NID_undef if none exists. |
163 | 163 | ||
164 | EVP_MD_size(), EVP_MD_block_size(), EVP_MD_CTX_size(e), EVP_MD_size(), | 164 | EVP_MD_size(), EVP_MD_block_size(), EVP_MD_CTX_size() and |
165 | EVP_MD_CTX_block_size() and EVP_MD_block_size() return the digest or block | 165 | EVP_MD_CTX_block_size() return the digest or block size in bytes. |
166 | size in bytes. | ||
167 | 166 | ||
168 | EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_dss(), | 167 | EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_dss(), |
169 | EVP_dss1(), EVP_mdc2() and EVP_ripemd160() return pointers to the | 168 | EVP_dss1(), EVP_mdc2() and EVP_ripemd160() return pointers to the |