diff options
author | doug <> | 2015-06-20 01:07:25 +0000 |
---|---|---|
committer | doug <> | 2015-06-20 01:07:25 +0000 |
commit | d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4 (patch) | |
tree | 144d1a93a079c76b8e2df6b6625e26229f129c6d /src/lib/libcrypto/doc/EVP_SignInit.pod | |
parent | 423ea1a9bc2db6077e4924282a827eefbd2cdcd8 (diff) | |
download | openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.gz openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.tar.bz2 openbsd-d1a72a60fbd3d6dadffddba3c8b5d6caf10bfdb4.zip |
Remove obsolete MDC-2DES from libcrypto.
ok deraadt@ jsing@ miod@
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_SignInit.pod')
-rw-r--r-- | src/lib/libcrypto/doc/EVP_SignInit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EVP_SignInit.pod b/src/lib/libcrypto/doc/EVP_SignInit.pod index 5a1b67e006..9aafa3d63a 100644 --- a/src/lib/libcrypto/doc/EVP_SignInit.pod +++ b/src/lib/libcrypto/doc/EVP_SignInit.pod | |||
@@ -89,7 +89,7 @@ The previous two bugs are fixed in the newer EVP_SignDigest*() function. | |||
89 | L<EVP_VerifyInit(3)|EVP_VerifyInit(3)>, | 89 | L<EVP_VerifyInit(3)|EVP_VerifyInit(3)>, |
90 | L<EVP_DigestInit(3)|EVP_DigestInit(3)>, L<err(3)|err(3)>, | 90 | L<EVP_DigestInit(3)|EVP_DigestInit(3)>, L<err(3)|err(3)>, |
91 | L<evp(3)|evp(3)>, L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>, | 91 | L<evp(3)|evp(3)>, L<hmac(3)|hmac(3)>, L<md2(3)|md2(3)>, |
92 | L<md5(3)|md5(3)>, L<mdc2(3)|mdc2(3)>, L<ripemd(3)|ripemd(3)>, | 92 | L<md5(3)|md5(3)>, L<ripemd(3)|ripemd(3)>, |
93 | L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)> | 93 | L<sha(3)|sha(3)>, L<dgst(1)|dgst(1)> |
94 | 94 | ||
95 | =head1 HISTORY | 95 | =head1 HISTORY |