CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/13 03:20:19
Modified files:
lib/libssl/src/ssl: d1_srvr.c s3_srvr.c
Log message:
The *_accept() functions increment in_handshake at the start of the function,
then decrement it and call a callback on exit from the function. As such,
these functions should not return in the middle, otherwise in_handshake is
never decremented and the callback never called.
ok beck@ "with many sighs" miod@
