]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-ssl-iostream: Reformat iostream-openssl.c
authorAki Tuomi <aki.tuomi@open-xchange.com>
Fri, 21 Feb 2025 07:22:25 +0000 (09:22 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 26 May 2025 05:39:13 +0000 (05:39 +0000)
src/lib-ssl-iostream/iostream-openssl.c

index e8b22f0e63d7880c5c8abe5552171fe5494a4a2b..56d0edf7e6186fff6dd18a847bb9989751bde99c 100644 (file)
@@ -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;