Hi,

I know OpenSSL is making 1.1 not ABI compliant to 1.0, so, maybe now is a good 
time to clean this up?

I noticed that:

* SSL_cache_hit(SSL*), and
* SSL_session_reused(SSL*ssl) --> 
SSL_ctrl(ssl,SSL_CTRL_GET_SESSION_REUSED,0,NULL)

are practically the same thing; both return s->hit.

Are both really needed?
--
-Todd Short
// tsh...@akamai.com<mailto:tsh...@akamai.com>
// "One if by land, two if by sea, three if by the Internet."

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to