From 5eb26144f4304cfa74aa6561008513c55bbc2e5b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Fri, 21 Feb 2025 09:22:25 +0200 Subject: [PATCH] lib-ssl-iostream: Reformat iostream-openssl.c --- src/lib-ssl-iostream/iostream-openssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib-ssl-iostream/iostream-openssl.c b/src/lib-ssl-iostream/iostream-openssl.c index e8b22f0e63..56d0edf7e6 100644 --- a/src/lib-ssl-iostream/iostream-openssl.c +++ b/src/lib-ssl-iostream/iostream-openssl.c @@ -925,7 +925,7 @@ openssl_iostream_get_cb_tls_unique(struct ssl_iostream *ssl_io, const char **error_r) { /* RFC 9266, Section 3: - + The specifications for Salted Challenge Response Authentication Mechanism (SCRAM) [RFC5802] [RFC7677] and Generic Security Service Application Program Interface (GSS-API) over Simple Authentication @@ -956,7 +956,7 @@ openssl_iostream_get_cb_tls_unique(struct ssl_iostream *ssl_io, size = SSL_get_peer_finished(ssl_io->ssl, data, max_size); else size = SSL_get_finished(ssl_io->ssl, data, max_size); - + buffer_set_used_size(buf, size); *data_r = buf; -- 2.47.3