Commit 71ccf961 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

It's called SSL_session_reused(), not SSL_session_resumed()



Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>

MR: #2452
parent ccae4a15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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