From 0864d137aaead93392c7bca5e264c42d8aa291e3 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 11 Dec 2016 12:21:48 +0000 Subject: Change all references to rsa(3) to point to RSA_new(3) instead. Make sure all RSA pages point back to RSA_new(3). --- src/lib/libcrypto/man/engine.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man/engine.3') diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3 index 46d7433fd5..b3219f24f3 100644 --- a/src/lib/libcrypto/man/engine.3 +++ b/src/lib/libcrypto/man/engine.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: engine.3,v 1.8 2016/12/11 09:57:57 jmc Exp $ +.\" $OpenBSD: engine.3,v 1.9 2016/12/11 12:21:48 schwarze Exp $ .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 .\" .\" This file was written by Geoff Thorpe . @@ -1220,4 +1220,4 @@ extension). .Xr DH_new 3 , .Xr DSA_new 3 , .Xr ENGINE_add_conf_module 3 , -.Xr rsa 3 +.Xr RSA_new 3 -- cgit v1.2.3-55-g6feb