summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2019-06-05 04:59:49 +0000
committertb <>2019-06-05 04:59:49 +0000
commita7450720d741cb1de9f85ff969a0cc0510ce0202 (patch)
tree05837d5feaa1c04c4750a8ee320e0a0223ceda52 /src
parent691660be711e14a9577e94f1778af5310c0fe4d2 (diff)
downloadopenbsd-a7450720d741cb1de9f85ff969a0cc0510ce0202.tar.gz
openbsd-a7450720d741cb1de9f85ff969a0cc0510ce0202.tar.bz2
openbsd-a7450720d741cb1de9f85ff969a0cc0510ce0202.zip
Fix bogus cross reference: EVP_SignDigest* -> EVP_DigestSign*
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EVP_SignInit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_SignInit.3 b/src/lib/libcrypto/man/EVP_SignInit.3
index d9e62972a6..d670c122c9 100644
--- a/src/lib/libcrypto/man/EVP_SignInit.3
+++ b/src/lib/libcrypto/man/EVP_SignInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_SignInit.3,v 1.12 2018/12/23 08:35:14 tb Exp $ 1.\" $OpenBSD: EVP_SignInit.3,v 1.13 2019/06/05 04:59:49 tb Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" selective merge up to: OpenSSL 79b49fb0 Mar 20 10:03:10 2018 +1000 3.\" selective merge up to: OpenSSL 79b49fb0 Mar 20 10:03:10 2018 +1000
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: December 23 2018 $ 53.Dd $Mdocdate: June 5 2019 $
54.Dt EVP_SIGNINIT 3 54.Dt EVP_SIGNINIT 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -227,4 +227,4 @@ amounts of data have been passed through
227It is not possible to change the signing parameters using these 227It is not possible to change the signing parameters using these
228function. 228function.
229.Pp 229.Pp
230The previous two bugs are fixed in the newer EVP_SignDigest* function. 230The previous two bugs are fixed in the newer EVP_DigestSign* function.