CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/07 11:16:39
Modified files:
lib/libssl/src/ssl: t1_enc.c
Log message:
Use !is_read to imply SSL3_CC_WRITE.
While this is not strictly correct (since the presence of SSL3_CC_READ does
not guarantee the absence of SSL3_CC_WRITE), in practice only one of these
flags is set at a time and there is existing logic which already relies on
this behaviour.
