From 9c30219f0802bda4848a6bcf9472f8538a82a16a 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/crypto.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/crypto.3') diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index 5b0be4da0a..4acd876375 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypto.3,v 1.11 2016/12/10 22:47:49 schwarze Exp $ +.\" $OpenBSD: crypto.3,v 1.12 2016/12/11 12:21:48 schwarze Exp $ .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 .\" .\" This file was written by Ulf Moeller and @@ -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 CRYPTO 3 .Os .Sh NAME @@ -78,7 +78,7 @@ are provided by .Xr DSA_new 3 , .Xr ECDSA_SIG_new 3 , and -.Xr rsa 3 . +.Xr RSA_new 3 . .Pp .Sy Certificates are handled by -- cgit v1.2.3-55-g6feb