diff options
author | miod <> | 2014-07-11 16:18:14 +0000 |
---|---|---|
committer | miod <> | 2014-07-11 16:18:14 +0000 |
commit | 42ef36c6813822962aff009ee1ca5eaf04d6c5c7 (patch) | |
tree | d06ffa1565a72fd493dbed6024d44e5daa26be91 /src/lib/libcrypto/doc/EVP_DigestInit.pod | |
parent | 687488572f223f89cf98909e87b4d1a3fbb14bfd (diff) | |
download | openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.tar.gz openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.tar.bz2 openbsd-42ef36c6813822962aff009ee1ca5eaf04d6c5c7.zip |
Huge documentation update for libcrypto and libssl, mostly from Matt Caswell,
Jeff Trawick, Jean-Paul Calderone, Michal Bozon, Jeffrey Walton and Rich Salz,
via OpenSSL trunk (with some parts not applying to us, such as SSLv2 support,
at least partially removed).
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 |