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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user