diff options
author | bcook <> | 2015-09-17 14:43:23 +0000 |
---|---|---|
committer | bcook <> | 2015-09-17 14:43:23 +0000 |
commit | 4e0a182a79be9401458230c6a34c7f38d318e2af (patch) | |
tree | fd0f7c4191a54c20dbb3171c69212c48c2affde7 /src/lib/libcrypto/doc/EVP_DigestInit.pod | |
parent | 9778e331d49e178a18fcb7132f5d493428f54c2b (diff) | |
download | openbsd-4e0a182a79be9401458230c6a34c7f38d318e2af.tar.gz openbsd-4e0a182a79be9401458230c6a34c7f38d318e2af.tar.bz2 openbsd-4e0a182a79be9401458230c6a34c7f38d318e2af.zip |
Remove more EVP_sha() SHA-0 references.
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_DigestInit.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_DigestInit.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/EVP_DigestInit.pod b/src/lib/libcrypto/doc/EVP_DigestInit.pod index 638518d994..f6a1a55a24 100644 --- a/src/lib/libcrypto/doc/EVP_DigestInit.pod +++ b/src/lib/libcrypto/doc/EVP_DigestInit.pod | |||
@@ -162,7 +162,7 @@ corresponding OBJECT IDENTIFIER or NID_undef if none exists. | |||
162 | EVP_MD_size(), EVP_MD_block_size(), EVP_MD_CTX_size() and | 162 | EVP_MD_size(), EVP_MD_block_size(), EVP_MD_CTX_size() and |
163 | EVP_MD_CTX_block_size() return the digest or block size in bytes. | 163 | EVP_MD_CTX_block_size() return the digest or block size in bytes. |
164 | 164 | ||
165 | EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), EVP_dss(), | 165 | EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha1(), EVP_dss(), |
166 | EVP_dss1() and EVP_ripemd160() return pointers to the | 166 | EVP_dss1() and EVP_ripemd160() return pointers to the |
167 | corresponding EVP_MD structures. | 167 | corresponding EVP_MD structures. |
168 | 168 | ||
@@ -263,7 +263,7 @@ EVP_MD_CTX_init(), EVP_MD_CTX_create(), EVP_MD_CTX_copy_ex(), | |||
263 | EVP_MD_CTX_cleanup(), EVP_MD_CTX_destroy(), EVP_DigestInit_ex() | 263 | EVP_MD_CTX_cleanup(), EVP_MD_CTX_destroy(), EVP_DigestInit_ex() |
264 | and EVP_DigestFinal_ex() were added in OpenSSL 0.9.7. | 264 | and EVP_DigestFinal_ex() were added in OpenSSL 0.9.7. |
265 | 265 | ||
266 | EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha(), EVP_sha1(), | 266 | EVP_md_null(), EVP_md2(), EVP_md5(), EVP_sha1(), |
267 | EVP_dss(), EVP_dss1() and EVP_ripemd160() were | 267 | EVP_dss(), EVP_dss1() and EVP_ripemd160() were |
268 | changed to return truely const EVP_MD * in OpenSSL 0.9.7. | 268 | changed to return truely const EVP_MD * in OpenSSL 0.9.7. |
269 | 269 | ||