aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-05 10:49:15 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:39:46 +0000
commit5998e2903589e7b19e102ebff06521f2dcb60409 (patch)
tree1936f69be6ec84baebef62d5ea72f5f0cdcba63e /doc
parenta71a4966a31b31df72db42c130544462fd6ad624 (diff)
downloadopenssl-5998e2903589e7b19e102ebff06521f2dcb60409.tar.gz
Remove SSL_state and SSL_set_state
SSL_state has been replaced by SSL_get_state and SSL_set_state is no longer supported. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/ssl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index c8c577d83e..9413907b02 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -624,7 +624,7 @@ success or 0 on failure.
=item int B<SSL_shutdown>(SSL *ssl);
-=item OSSL_HANDSHAKE_STATE B<SSL_state>(const SSL *ssl);
+=item OSSL_HANDSHAKE_STATE B<SSL_get_state>(const SSL *ssl);
Returns the current handshake state.