CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/20 07:43:33
Modified files:
lib/libssl : ssl_locl.h
Log message:
Change various ALPN related internal struct members
Change alpn_client_proto_list and alpn_selected from unsigned char *
to uint8_t and change alpn_client_proto_list_len to be a size_t instead
of an unsigned int.
ok jsing
