Adds build for OpenSSL 1.1.1c

This commit is contained in:
Steve Dower
2019-06-17 09:32:23 -07:00
parent e754a82106
commit dcf1bc5f53
52 changed files with 56 additions and 48 deletions

View File

@@ -2139,7 +2139,7 @@ size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
# define SSL_cache_hit(s) SSL_session_reused(s)
# endif
__owur int SSL_session_reused(SSL *s);
__owur int SSL_session_reused(const SSL *s);
__owur int SSL_is_server(const SSL *s);
__owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);