summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-06-09 05:50:57 +0000
committerjkim <jkim@FreeBSD.org>2014-06-09 05:50:57 +0000
commit68fed3306b1f39bfb6d5cd97485248dc0c3884f8 (patch)
tree3b5358dd257bf44bb4ea15442ad4bdb078b6795f /secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
parente15884d6df140228c1e2db4ca751565a6933e1f5 (diff)
parentd4a5f67323e640990da5aa727b2e6da35d2157f3 (diff)
downloadFreeBSD-src-68fed3306b1f39bfb6d5cd97485248dc0c3884f8.zip
FreeBSD-src-68fed3306b1f39bfb6d5cd97485248dc0c3884f8.tar.gz
Merge OpenSSL 1.0.1h.
Approved by: so (delphij)
Diffstat (limited to 'secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3')
-rw-r--r--secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.34
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 b/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
index 776908d..905b633 100644
--- a/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
+++ b/secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "X509_STORE_CTX_get_ex_new_index 3"
-.TH X509_STORE_CTX_get_ex_new_index 3 "2014-04-07" "1.0.1g" "OpenSSL"
+.TH X509_STORE_CTX_get_ex_new_index 3 "2014-06-05" "1.0.1h" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -143,7 +143,7 @@ X509_STORE_CTX_get_ex_new_index, X509_STORE_CTX_set_ex_data, X509_STORE_CTX_get_
\&
\& int X509_STORE_CTX_set_ex_data(X509_STORE_CTX *d, int idx, void *arg);
\&
-\& char *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *d, int idx);
+\& void *X509_STORE_CTX_get_ex_data(X509_STORE_CTX *d, int idx);
.Ve
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
OpenPOWER on IntegriCloud