CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/20 08:13:13
Modified files:
lib/libssl : ssl_lib.c
Log message:
Copy alpn_client_proto_list using CBS in SSL_new()
This makes the code both shorter and safer since freeing, allocation,
and copying are handled by CBS_stow() internally.
ok jsing
