diff options
author | 2017-08-01 14:57:02 +0000 | |
---|---|---|
committer | 2017-08-01 14:57:02 +0000 | |
commit | 30dcf7709c03f72a11e328cae8b3129151520716 (patch) | |
tree | be798798c3b6b17af4ebfa2a263c7d199a2b5fd8 /lib/libcrypto/man/RSA_get_ex_new_index.3 | |
parent | Disable ksh VI-editing mode on the install media. We need the space (diff) | |
download | wireguard-openbsd-30dcf7709c03f72a11e328cae8b3129151520716.tar.xz wireguard-openbsd-30dcf7709c03f72a11e328cae8b3129151520716.zip |
add missing and correct misspelled names, most in NAME sections;
found with regress/usr.bin/mandoc/db/dbm_dump;
OK jmc@
Diffstat (limited to 'lib/libcrypto/man/RSA_get_ex_new_index.3')
-rw-r--r-- | lib/libcrypto/man/RSA_get_ex_new_index.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libcrypto/man/RSA_get_ex_new_index.3 b/lib/libcrypto/man/RSA_get_ex_new_index.3 index b97be8fe396..a5331e6ab14 100644 --- a/lib/libcrypto/man/RSA_get_ex_new_index.3 +++ b/lib/libcrypto/man/RSA_get_ex_new_index.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.6 2017/01/06 20:35:23 schwarze Exp $ +.\" $OpenBSD: RSA_get_ex_new_index.3,v 1.7 2017/08/01 14:57:03 schwarze Exp $ .\" OpenSSL 35cb565a Nov 19 15:49:30 2015 -0500 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org> and @@ -49,13 +49,16 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 6 2017 $ +.Dd $Mdocdate: August 1 2017 $ .Dt RSA_GET_EX_NEW_INDEX 3 .Os .Sh NAME .Nm RSA_get_ex_new_index , .Nm RSA_set_ex_data , -.Nm RSA_get_ex_data +.Nm RSA_get_ex_data , +.Nm CRYPTO_EX_new , +.Nm CRYPTO_EX_dup , +.Nm CRYPTO_EX_free .Nd add application specific data to RSA structures .Sh SYNOPSIS .In openssl/rsa.h |