X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fssl.h;h=adfad4c36960a5e0a3237f862f403bac5583780c;hb=14db9bbd710ac8aaaee89280e9b5ffb5afedb712;hp=be2ca2ab37bcaa3fb2adf2c24999a1824e0d190d;hpb=3ec13237f00d3b06a2fd1d228da16390803eb238;p=oweals%2Fopenssl.git diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index be2ca2ab37..adfad4c369 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -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);