Fix the no-nextprotoneg option

Misc fixes to get no-nextprotoneg config option working again.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell
2016-04-11 11:41:19 +01:00
parent 2d897ae4d8
commit 1595ca029c
4 changed files with 10 additions and 0 deletions

View File

@@ -1362,7 +1362,9 @@ int s_client_main(int argc, char **argv)
}
break;
case OPT_NEXTPROTONEG:
#ifndef OPENSSL_NO_NEXTPROTONEG
next_proto_neg_in = opt_arg();
#endif
break;
case OPT_ALPN:
alpn_in = opt_arg();