summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-03-27 20:52:03 +0200
committerKurt Roeckx <kurt@roeckx.be>2016-03-27 23:58:55 +0200
commit71ccf961af181fcfceb8d155272b8e8f328a0919 (patch)
tree7c4fbf9d434600e757f2095379e83ef6e1a75adf /doc
parentccae4a1582efcad311d095a8e6832b2b67d5ed05 (diff)
It's called SSL_session_reused(), not SSL_session_resumed()
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> MR: #2452
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/SSL_CTX_dane_enable.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod
index f2cb99ed42..8463a3d093 100644
--- a/doc/ssl/SSL_CTX_dane_enable.pod
+++ b/doc/ssl/SSL_CTX_dane_enable.pod
@@ -214,7 +214,7 @@ the lifetime of the SSL connection.
/* Perform SSL_connect() handshake and handle errors here */
- if (SSL_session_resumed(ssl)) {
+ if (SSL_session_reused(ssl)) {
if (SSL_get_verify_result(ssl) == X509_V_OK) {
/*
* Resumed session was originally verified, this connection is