summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/RSA_generate_key.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/RSA_generate_key.3 b/src/lib/libcrypto/man/RSA_generate_key.3
index 4effebbfcc..45245c861b 100644
--- a/src/lib/libcrypto/man/RSA_generate_key.3
+++ b/src/lib/libcrypto/man/RSA_generate_key.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: RSA_generate_key.3,v 1.4 2016/12/11 12:21:48 schwarze Exp $ 1.\" $OpenBSD: RSA_generate_key.3,v 1.5 2016/12/19 15:37:27 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL RSA_generate_key.pod 0b742f93 Dec 15 12:58:19 2016 -0500
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
5.\" Copyright (c) 2000, 2002, 2013 The OpenSSL Project. All rights reserved. 5.\" Copyright (c) 2000, 2002, 2013 The OpenSSL Project. All rights reserved.
@@ -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 11 2016 $ 51.Dd $Mdocdate: December 19 2016 $
52.Dt RSA_GENERATE_KEY 3 52.Dt RSA_GENERATE_KEY 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -124,7 +124,7 @@ New applications should use
124.Fn RSA_generate_key_ex 124.Fn RSA_generate_key_ex
125instead. 125instead.
126.Fn RSA_generate_key 126.Fn RSA_generate_key
127works in the same was as 127works in the same way as
128.Fn RSA_generate_key_ex 128.Fn RSA_generate_key_ex
129except it uses "old style" call backs. 129except it uses "old style" call backs.
130See 130See