diff options
author | schwarze <> | 2016-12-19 15:37:27 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-19 15:37:27 +0000 |
commit | 34e67f293c761ea1fdc5fbb6bcd1a52efa2c1a9d (patch) | |
tree | df4c81cca0ffc68e95c376acca4ab9469c3c1b83 /src/lib | |
parent | c0355984d149317e708479fbf41b18dea4b44aa2 (diff) | |
download | openbsd-34e67f293c761ea1fdc5fbb6bcd1a52efa2c1a9d.tar.gz openbsd-34e67f293c761ea1fdc5fbb6bcd1a52efa2c1a9d.tar.bz2 openbsd-34e67f293c761ea1fdc5fbb6bcd1a52efa2c1a9d.zip |
fix typo, from OpenSSL
commit 0b742f93ea7882a447f6523ac56a6f847d9f8e92
Author: Finn Hakansson <finn_hakansson@yahoo.com>
Date: Thu Dec 15 12:58:19 2016 -0500
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/RSA_generate_key.3 | 8 |
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 |
125 | instead. | 125 | instead. |
126 | .Fn RSA_generate_key | 126 | .Fn RSA_generate_key |
127 | works in the same was as | 127 | works in the same way as |
128 | .Fn RSA_generate_key_ex | 128 | .Fn RSA_generate_key_ex |
129 | except it uses "old style" call backs. | 129 | except it uses "old style" call backs. |
130 | See | 130 | See |