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:
committed by
Rich Salz
parent
f7c798e34b
commit
b5292f7b40
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user