CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/01 10:07:20
Modified files:
lib/libssl/src/ssl: t1_enc.c
Log message:
Overhaul the key block handling in tls1_change_cipher_state() - use
meaningful variable names with pointer arithmitic, rather than n, i, j
and p with array indexing.
Based on Adam Langley's chromium diffs.
ok miod@
