missing break

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Dr. Stephen Henson 2015-06-25 04:05:07 +01:00
parent ffbf304d48
commit 13cbe5e711
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ int s_client_main(int argc, char **argv)
BIO_printf(bio_err, "Not a hex number '%s'\n", psk_key);
goto end;
}
break;
#else
case OPT_PSK_IDENTITY:
case OPT_PSK: