Commit dd5a4279 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix some formatting nits

parent e7d961e9
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -3240,7 +3240,8 @@ int tls_client_key_exchange_post_work(SSL *s)
                                       sizeof(sctpauthkey), labelbuffer,
                                       sizeof(labelbuffer), NULL, 0, 0) <= 0) {
            SSLfatal(s, SSL_AD_INTERNAL_ERROR,
                 SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK, ERR_R_INTERNAL_ERROR);
                     SSL_F_TLS_CLIENT_KEY_EXCHANGE_POST_WORK,
                     ERR_R_INTERNAL_ERROR);
            goto err;
        }

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.