CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/18 17:00:23
Modified files:
lib/libssl/src/ssl: d1_both.c d1_pkt.c ssl_locl.h
Log message:
Convert dtls1_get_message_header to CBS and change to int.
Changed return value from void to int. It should never return an error
given that the input length is not checked yet.
ok miod@
