diff options
author | 2016-11-29 07:29:52 +0000 | |
---|---|---|
committer | 2016-11-29 07:29:52 +0000 | |
commit | 1143dfa48266b65fd0799ace0cad9fcec36ed1ae (patch) | |
tree | 25e8b67fbefd8dbf663b0244033655fb23d440f5 /lib/libcrypto/man/CRYPTO_set_ex_data.3 | |
parent | article fix; from rob pierce (diff) | |
download | wireguard-openbsd-1143dfa48266b65fd0799ace0cad9fcec36ed1ae.tar.xz wireguard-openbsd-1143dfa48266b65fd0799ace0cad9fcec36ed1ae.zip |
minor cleanup;
Diffstat (limited to 'lib/libcrypto/man/CRYPTO_set_ex_data.3')
-rw-r--r-- | lib/libcrypto/man/CRYPTO_set_ex_data.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/CRYPTO_set_ex_data.3 b/lib/libcrypto/man/CRYPTO_set_ex_data.3 index 7cf8f6377c7..35d6d5cea3f 100644 --- a/lib/libcrypto/man/CRYPTO_set_ex_data.3 +++ b/lib/libcrypto/man/CRYPTO_set_ex_data.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.5 2016/11/28 22:25:51 schwarze Exp $ +.\" $OpenBSD: CRYPTO_set_ex_data.3,v 1.6 2016/11/29 07:29:52 jmc Exp $ .\" OpenSSL CRYPTO_get_ex_new_index.pod 35cb565a Nov 19 15:49:30 2015 -0500 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -98,7 +98,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 28 2016 $ +.Dd $Mdocdate: November 29 2016 $ .Dt CRYPTO_SET_EX_DATA 3 .Os .Sh NAME @@ -174,7 +174,7 @@ .Fc .Sh DESCRIPTION Several OpenSSL structures can have application specific data attached -to them, known as "exdata." +to them, known as "exdata". The specific structures are: .Bd -literal SSL |