diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-17 13:51:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-17 13:51:00 +0000 |
commit | 130313c7d4007ffb303bcdc3bc6c7c41fc10e006 (patch) | |
tree | e1d8b0b71c36eedcc4bbe73128923d3b2ed08cf3 /security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod | |
parent | Update to v0.21.0. (diff) |
- Security update to 0.9.7d
http://www.openssl.org/news/secadv_20040317.txt
Notes
Notes:
svn path=/head/; revision=104290
Diffstat (limited to 'security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod')
-rw-r--r-- | security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod b/security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod deleted file mode 100644 index 1a7f256c8410..000000000000 --- a/security/openssl/files/patch-doc-crypto-EVP_DigestInit.pod +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/crypto/EVP_DigestInit.pod.orig Thu Jul 18 20:55:04 2002 -+++ doc/crypto/EVP_DigestInit.pod Tue Sep 30 18:57:18 2003 -@@ -4,7 +4,7 @@ - - EVP_MD_CTX_init, EVP_MD_CTX_create, EVP_DigestInit_ex, EVP_DigestUpdate, - EVP_DigestFinal_ex, EVP_MD_CTX_cleanup, EVP_MD_CTX_destroy, EVP_MAX_MD_SIZE, --EVP_MD_CTX_copy_ex EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size, -+EVP_MD_CTX_copy_ex, EVP_MD_CTX_copy, EVP_MD_type, EVP_MD_pkey_type, EVP_MD_size, - EVP_MD_block_size, EVP_MD_CTX_md, EVP_MD_CTX_size, EVP_MD_CTX_block_size, EVP_MD_CTX_type, - EVP_md_null, EVP_md2, EVP_md5, EVP_sha, EVP_sha1, EVP_dss, EVP_dss1, EVP_mdc2, - EVP_ripemd160, EVP_get_digestbyname, EVP_get_digestbynid, EVP_get_digestbyobj - |