diff options
author | jsing <> | 2015-09-13 09:20:19 +0000 |
---|---|---|
committer | jsing <> | 2015-09-13 09:20:19 +0000 |
commit | 6dfed4d8d462a506b9ea9e0e96092d0eda8373f1 (patch) | |
tree | ef6d6213f837387ff8e221e487c55b1502929308 /src/lib/libcrypto/cryptlib.c | |
parent | c3ba6bff2113cb2fedd4ebfb0fa2fac9485a6e0b (diff) | |
download | openbsd-6dfed4d8d462a506b9ea9e0e96092d0eda8373f1.tar.gz openbsd-6dfed4d8d462a506b9ea9e0e96092d0eda8373f1.tar.bz2 openbsd-6dfed4d8d462a506b9ea9e0e96092d0eda8373f1.zip |
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@
Diffstat (limited to 'src/lib/libcrypto/cryptlib.c')
0 files changed, 0 insertions, 0 deletions