CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/18 16:28:53
Modified files:
lib/libssl/src/ssl: d1_pkt.c
Log message:
Remove repeated code in dtls1_get_record.
The "if" is a bit ugly, but this does remove a lot of repetitive code.
This will be converted to CBS later as well.
ok miod@
jsing@ roughly ok with it after seeing the CBS version
