Deprecate undocumented SSL_cache_hit().

Deprecate undocumented SSL_cache_hit(). Make SSL_session_reused() into a
real function.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Dr. Stephen Henson
2016-02-08 16:18:26 +00:00
parent 43ecb9c35c
commit b577fd0b81
6 changed files with 9 additions and 12 deletions

View File

@@ -3706,7 +3706,7 @@ int ssl_handshake_hash(SSL *s, unsigned char *out, int outlen)
return ret;
}
int SSL_cache_hit(SSL *s)
int SSL_session_reused(SSL *s)
{
return s->hit;
}