GH480: Don't break statements with CPP stuff.

This is also RT 4137

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Flavio Medeiros
2016-01-30 20:14:39 -05:00
committed by Rich Salz
parent f7c798e34b
commit b5292f7b40
5 changed files with 30 additions and 27 deletions

View File

@@ -1892,8 +1892,7 @@ int s_server_main(int argc, char *argv[])
not_resumable_sess_cb);
}
#ifndef OPENSSL_NO_PSK
if (psk_key != NULL)
{
if (psk_key != NULL) {
if (s_debug)
BIO_printf(bio_s_out,
"PSK key given, setting server callback\n");