diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod index f2cb99ed4246b..8463a3d093e74 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