CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 09:03:39
Modified files:
lib/libssl/src/ssl: s3_both.c s3_lib.c s3_srvr.c ssl_locl.h
Log message:
Move handshake message header length determination into a separate
ssl3_handshake_msg_hdr_len() function. Use this to correct several places
that have magic numbers with header lengths hardcoded as '4'.
ok beck@
