summaryrefslogtreecommitdiffstats
path: root/ssl/s3_enc.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-04 13:37:01 +0000
committerMatt Caswell <matt@openssl.org>2017-12-04 13:37:01 +0000
commitdd5a4279f9be3988023a72c7f840aa2690c264f3 (patch)
treee673f2f9064af7409d83880227bd3f5b5fd4cb3c /ssl/s3_enc.c
parente7d961e994620dd5dee6d80794a07fb9de1bab66 (diff)
Fix some formatting nits
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4778)
Diffstat (limited to 'ssl/s3_enc.c')
-rw-r--r--ssl/s3_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c
index 351b10f357..4c63d4acd5 100644
--- a/ssl/s3_enc.c
+++ b/ssl/s3_enc.c
@@ -147,7 +147,7 @@ int ssl3_change_cipher_state(SSL *s, int which)
if (s->expand == NULL) {
SSLfatal(s, SSL_AD_INTERNAL_ERROR,
SSL_F_SSL3_CHANGE_CIPHER_STATE,
- SSL_R_COMPRESSION_LIBRARY_ERROR);
+ SSL_R_COMPRESSION_LIBRARY_ERROR);
goto err;
}
}