summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2016-12-11 09:57:57 +0000
committerjmc <jmc@openbsd.org>2016-12-11 09:57:57 +0000
commitc8e8d357bf5c6917bbce1af48f701162b06bd065 (patch)
tree14ef92857047e1bd83554d9aed7f2e0ddabd7c70
parentDetermine the available CPUs. (diff)
downloadwireguard-openbsd-c8e8d357bf5c6917bbce1af48f701162b06bd065.tar.xz
wireguard-openbsd-c8e8d357bf5c6917bbce1af48f701162b06bd065.zip
some fixes for the dsa.3 -> DSA_new.3 changes;
-rw-r--r--lib/libcrypto/man/DSA_new.35
-rw-r--r--lib/libcrypto/man/engine.36
-rw-r--r--lib/libcrypto/man/rsa.36
3 files changed, 8 insertions, 9 deletions
diff --git a/lib/libcrypto/man/DSA_new.3 b/lib/libcrypto/man/DSA_new.3
index bea1814c8fc..c7339ceff12 100644
--- a/lib/libcrypto/man/DSA_new.3
+++ b/lib/libcrypto/man/DSA_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DSA_new.3,v 1.4 2016/12/10 22:53:31 schwarze Exp $
+.\" $OpenBSD: DSA_new.3,v 1.5 2016/12/11 09:57:57 jmc Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 10 2016 $
+.Dd $Mdocdate: December 11 2016 $
.Dt DSA_NEW 3
.Os
.Sh NAME
@@ -100,7 +100,6 @@ Otherwise it returns a pointer to the newly allocated structure.
.Xr DSA_generate_key 3 ,
.Xr DSA_generate_parameters 3 ,
.Xr DSA_get_ex_new_index 3 ,
-.Xr DSA_new 3 ,
.Xr DSA_print 3 ,
.Xr DSA_set_method 3 ,
.Xr DSA_SIG_new 3 ,
diff --git a/lib/libcrypto/man/engine.3 b/lib/libcrypto/man/engine.3
index 60ba7a9183a..46d7433fd55 100644
--- a/lib/libcrypto/man/engine.3
+++ b/lib/libcrypto/man/engine.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: engine.3,v 1.7 2016/12/10 22:22:59 schwarze Exp $
+.\" $OpenBSD: engine.3,v 1.8 2016/12/11 09:57:57 jmc Exp $
.\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400
.\"
.\" This file was written by Geoff Thorpe <geoff@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 10 2016 $
+.Dd $Mdocdate: December 11 2016 $
.Dt ENGINE 3
.Os
.Sh NAME
@@ -1218,6 +1218,6 @@ could therefore decide whether or not to support this "foo"-specific
extension).
.Sh SEE ALSO
.Xr DH_new 3 ,
-.Xr dsa 3 ,
+.Xr DSA_new 3 ,
.Xr ENGINE_add_conf_module 3 ,
.Xr rsa 3
diff --git a/lib/libcrypto/man/rsa.3 b/lib/libcrypto/man/rsa.3
index 820db13fadb..7a7aa4a4d76 100644
--- a/lib/libcrypto/man/rsa.3
+++ b/lib/libcrypto/man/rsa.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: rsa.3,v 1.5 2016/12/10 22:22:59 schwarze Exp $
+.\" $OpenBSD: rsa.3,v 1.6 2016/12/11 09:57:57 jmc Exp $
.\"
-.Dd $Mdocdate: December 10 2016 $
+.Dd $Mdocdate: December 11 2016 $
.Dt RSA 3
.Os
.Sh NAME
@@ -63,7 +63,7 @@ or modify keys.
.Xr BN_new 3 ,
.Xr d2i_RSAPublicKey 3 ,
.Xr DH_new 3 ,
-.Xr dsa 3 ,
+.Xr DSA_new 3 ,
.Xr engine 3 ,
.Xr EVP_PKEY_set1_RSA 3 ,
.Xr RSA_blinding_on 3 ,