CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/19 10:47:25
Modified files:
lib/libssl : s3_lib.c
Log message:
Set alpn_selected_len to zero when freeing alpn_selected.
This is not strictly necessary since we proceed to zero the entire struct,
however it keeps the code consistent and easily auditable.
ok tb@
