Removes SCT_LIST_set_source and SCT_LIST_set0_logs
[oweals/openssl.git] / include / openssl / ssl.h
index be2ca2ab37bcaa3fb2adf2c24999a1824e0d190d..adfad4c36960a5e0a3237f862f403bac5583780c 100644 (file)
@@ -1499,6 +1499,7 @@ int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses);
 # endif
 int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
 int SSL_SESSION_print_keylog(BIO *bp, const SSL_SESSION *x);
+int SSL_SESSION_up_ref(SSL_SESSION *ses);
 void SSL_SESSION_free(SSL_SESSION *ses);
 __owur int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
 __owur int SSL_set_session(SSL *to, SSL_SESSION *session);