CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/21 17:09:13
Modified files:
lib/libssl : s3_lib.c
Log message:
Clean up ssl3_new() - in particular, we do not need to zero fields that
are within a struct that was just allocated via calloc.
ok beck@
