diff options
author | schwarze <> | 2016-12-10 22:47:49 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-10 22:47:49 +0000 |
commit | 658ebcf70d6682438d1d7788358e0e857753530a (patch) | |
tree | fa0a83ac3b5d2dab7fba2b3a4a3f8218c2b9963e /src/lib/libcrypto/man/crypto.3 | |
parent | 6f9a6ff71554fb1061857515d470cf8eb769259c (diff) | |
download | openbsd-658ebcf70d6682438d1d7788358e0e857753530a.tar.gz openbsd-658ebcf70d6682438d1d7788358e0e857753530a.tar.bz2 openbsd-658ebcf70d6682438d1d7788358e0e857753530a.zip |
Change all references to dsa(3) to point to DSA_new(3).
Make sure all DSA pages point back to DSA_new(3).
Diffstat (limited to 'src/lib/libcrypto/man/crypto.3')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 3ecb371469..5b0be4da0a 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.10 2016/12/10 22:22:59 schwarze Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.11 2016/12/10 22:47:49 schwarze Exp $ |
2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and |
@@ -75,7 +75,7 @@ and | |||
75 | .Sy Public key cryptography and key agreement | 75 | .Sy Public key cryptography and key agreement |
76 | are provided by | 76 | are provided by |
77 | .Xr DH_new 3 , | 77 | .Xr DH_new 3 , |
78 | .Xr dsa 3 , | 78 | .Xr DSA_new 3 , |
79 | .Xr ECDSA_SIG_new 3 , | 79 | .Xr ECDSA_SIG_new 3 , |
80 | and | 80 | and |
81 | .Xr rsa 3 . | 81 | .Xr rsa 3 . |