summaryrefslogtreecommitdiffstats
path: root/doc/man3/CRYPTO_get_ex_new_index.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-07-02 12:16:38 -0400
committerRich Salz <rsalz@openssl.org>2017-07-03 10:40:33 -0400
commita95d7574dbcd91c734c1542a423e1cac34dc18b5 (patch)
treec150ec2a51694895c9c0cc8adfd3544b4757697d /doc/man3/CRYPTO_get_ex_new_index.pod
parentb43c37658600300de485100185eebec8bfa3dbcf (diff)
Various doc fixes
Fix a =head1 section name Fix a typo in POD label Remove a spurious =back Add a missing blank line Avoid 'legacy' -- use 'deprecated' if still needed if we cannot just reword. Always do strict checking Do not warn about missing "RETURN VALUES" unless -s is set. Change OpenSSL version 1.1 -> 1.1.0 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3830)
Diffstat (limited to 'doc/man3/CRYPTO_get_ex_new_index.pod')
-rw-r--r--doc/man3/CRYPTO_get_ex_new_index.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man3/CRYPTO_get_ex_new_index.pod b/doc/man3/CRYPTO_get_ex_new_index.pod
index 8251dda94f..1a4ad52de0 100644
--- a/doc/man3/CRYPTO_get_ex_new_index.pod
+++ b/doc/man3/CRYPTO_get_ex_new_index.pod
@@ -143,8 +143,7 @@ will fail.
=head1 RETURN VALUES
-CRYPTO_get_ex_new_index() returns a new index or -1 on failure; the
-value B<0> is reserved for the legacy "app_data" API's.
+CRYPTO_get_ex_new_index() returns a new index or -1 on failure.
CRYPTO_free_ex_index() and
CRYPTO_set_ex_data() return 1 on success or 0 on failure.