summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/DSA_get_ex_new_index.3
diff options
context:
space:
mode:
authorschwarze <>2016-12-10 22:47:49 +0000
committerschwarze <>2016-12-10 22:47:49 +0000
commit658ebcf70d6682438d1d7788358e0e857753530a (patch)
treefa0a83ac3b5d2dab7fba2b3a4a3f8218c2b9963e /src/lib/libcrypto/man/DSA_get_ex_new_index.3
parent6f9a6ff71554fb1061857515d470cf8eb769259c (diff)
downloadopenbsd-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_get_ex_new_index.3')
-rw-r--r--src/lib/libcrypto/man/DSA_get_ex_new_index.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/DSA_get_ex_new_index.3 b/src/lib/libcrypto/man/DSA_get_ex_new_index.3
index 4a331080d8..70235184ce 100644
--- a/src/lib/libcrypto/man/DSA_get_ex_new_index.3
+++ b/src/lib/libcrypto/man/DSA_get_ex_new_index.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: DSA_get_ex_new_index.3,v 1.3 2016/11/23 16:28:23 schwarze Exp $ 1.\" $OpenBSD: DSA_get_ex_new_index.3,v 1.4 2016/12/10 22:47:49 schwarze Exp $
2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 2.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
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: November 23 2016 $ 51.Dd $Mdocdate: December 10 2016 $
52.Dt DSA_GET_EX_NEW_INDEX 3 52.Dt DSA_GET_EX_NEW_INDEX 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -87,7 +87,7 @@ Their usage is identical to that of
87and 87and
88.Xr RSA_get_ex_data 3 . 88.Xr RSA_get_ex_data 3 .
89.Sh SEE ALSO 89.Sh SEE ALSO
90.Xr dsa 3 , 90.Xr DSA_new 3 ,
91.Xr RSA_get_ex_new_index 3 91.Xr RSA_get_ex_new_index 3
92.Sh HISTORY 92.Sh HISTORY
93.Fn DSA_get_ex_new_index , 93.Fn DSA_get_ex_new_index ,