From a230b26e0959dc5f072fbbdadcc9ed45e904c50c Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Fri, 5 Aug 2016 19:03:17 +0200 Subject: Indent ssl/ Run util/openssl-format-source on ssl/ Some comments and hand-formatted tables were fixed up manually by disabling auto-formatting. Reviewed-by: Rich Salz --- ssl/s3_msg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ssl/s3_msg.c') diff --git a/ssl/s3_msg.c b/ssl/s3_msg.c index 185f0e9890..82513d2590 100644 --- a/ssl/s3_msg.c +++ b/ssl/s3_msg.c @@ -24,8 +24,7 @@ int ssl3_do_change_cipher_spec(SSL *s) if (s->s3->tmp.key_block == NULL) { if (s->session == NULL || s->session->master_key_length == 0) { /* might happen if dtls1_read_bytes() calls this */ - SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC, - SSL_R_CCS_RECEIVED_EARLY); + SSLerr(SSL_F_SSL3_DO_CHANGE_CIPHER_SPEC, SSL_R_CCS_RECEIVED_EARLY); return (0); } -- cgit v1.2.3