Deleted Added
full compact
12c12
< int SSL_CTX_get_quiet_shutdown(SSL_CTX *ctx);
---
> int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx);
15c15
< int SSL_get_quiet_shutdown(SSL *ssl);
---
> int SSL_get_quiet_shutdown(const SSL *ssl);