From fa4ee4043473185a5894274a2fa7fa2c4dc15a3c Mon Sep 17 00:00:00 2001 From: willmafh Date: Fri, 1 Mar 2024 21:12:21 +0800 Subject: Typo fixes and an addition of an empty line to follow the code style CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23721) --- ssl/ssl_sess.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ssl') diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c index 3857e027ee..e7c5c2a36f 100644 --- a/ssl/ssl_sess.c +++ b/ssl/ssl_sess.c @@ -287,6 +287,7 @@ const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len) *len = (unsigned int)s->session_id_length; return s->session_id; } + const unsigned char *SSL_SESSION_get0_id_context(const SSL_SESSION *s, unsigned int *len) { -- cgit v1.2.3