Fix some minor style issues
[openssl.git] / ssl / statem / statem_srvr.c
index 68958264bbf344e1440ce474bc3bd6932eaea6c1..3935c79acdb0cd8153b8a90f64efe0801ded35af 100644 (file)
@@ -1427,8 +1427,8 @@ MSG_PROCESS_RETURN tls_process_client_hello(SSL *s, PACKET *pkt)
 
     sk_SSL_CIPHER_free(ciphers);
     OPENSSL_free(clienthello.pre_proc_exts);
-    return MSG_PROCESS_ERROR;
 
+    return MSG_PROCESS_ERROR;
 }
 
 WORK_STATE tls_post_process_client_hello(SSL *s, WORK_STATE wst)