From: Aki Tuomi Date: Fri, 21 Feb 2025 07:22:25 +0000 (+0200) Subject: lib-ssl-iostream: Reformat iostream-openssl.c X-Git-Tag: 2.4.2~748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eb26144f4304cfa74aa6561008513c55bbc2e5b;p=thirdparty%2Fdovecot%2Fcore.git lib-ssl-iostream: Reformat iostream-openssl.c --- 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;