summaryrefslogtreecommitdiffstats
path: root/ssl/s3_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s3_msg.c')
-rw-r--r--ssl/s3_msg.c3
1 files changed, 1 insertions, 2 deletions
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);
}