Add SSL_new_session_ticket() API
[openssl.git] / include / openssl / ssl.h
index 5c2affb690797cde94c25e7574c1e64d6aa2a731..f293b035e3b3b8d1d09fba021b2178c1e450acb5 100644 (file)
@@ -1959,6 +1959,7 @@ int SSL_get_key_update_type(const SSL *s);
 int SSL_renegotiate(SSL *s);
 int SSL_renegotiate_abbreviated(SSL *s);
 __owur int SSL_renegotiate_pending(const SSL *s);
+int SSL_new_session_ticket(SSL *s);
 int SSL_shutdown(SSL *s);
 __owur int SSL_verify_client_post_handshake(SSL *s);
 void SSL_CTX_set_post_handshake_auth(SSL_CTX *ctx, int val);