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/DSA_set_method.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/DSA_set_method.3')
-rw-r--r-- | src/lib/libcrypto/man/DSA_set_method.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/DSA_set_method.3 b/src/lib/libcrypto/man/DSA_set_method.3 index 59ee475d1a..344ec7c9b0 100644 --- a/src/lib/libcrypto/man/DSA_set_method.3 +++ b/src/lib/libcrypto/man/DSA_set_method.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: DSA_set_method.3,v 1.5 2016/12/08 22:13:59 jmc Exp $ | 1 | .\" $OpenBSD: DSA_set_method.3,v 1.6 2016/12/10 22:47:49 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 8 2016 $ | 51 | .Dd $Mdocdate: December 10 2016 $ |
52 | .Dt DSA_SET_METHOD 3 | 52 | .Dt DSA_SET_METHOD 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -223,7 +223,6 @@ and sets an error code that can be obtained by | |||
223 | if the allocation fails. | 223 | if the allocation fails. |
224 | Otherwise it returns a pointer to the newly allocated structure. | 224 | Otherwise it returns a pointer to the newly allocated structure. |
225 | .Sh SEE ALSO | 225 | .Sh SEE ALSO |
226 | .Xr dsa 3 , | ||
227 | .Xr DSA_new 3 | 226 | .Xr DSA_new 3 |
228 | .Sh HISTORY | 227 | .Sh HISTORY |
229 | .Fn DSA_set_default_method , | 228 | .Fn DSA_set_default_method , |