CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/05/31 19:57:10
Modified files: lib/libssl/src/ssl: t1_enc.c Log message: Clean up the tls1_change_cipher_state() key length handling and use a single variable with a descriptive name, instead of two poorly named variables. Largely based on Adam Langley's chromium patches. ok miod@