Deprecate undocumented SSL_cache_hit().
[openssl.git] / ssl / ssl_lib.c
index 23391327cb67e3dc934e156c21f0a09d56b9729a..aac23926ca3422256ca7899943e90f6df9a5bd5a 100644 (file)
@@ -3706,7 +3706,7 @@ int ssl_handshake_hash(SSL *s, unsigned char *out, int outlen)
     return ret;
 }
 
     return ret;
 }
 
-int SSL_cache_hit(SSL *s)
+int SSL_session_reused(SSL *s)
 {
     return s->hit;
 }
 {
     return s->hit;
 }