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