diff options
author | jsing <> | 2015-09-13 09:20:19 +0000 |
---|---|---|
committer | jsing <> | 2015-09-13 09:20:19 +0000 |
commit | 86b9c46552e3f57d558ae8570ed33059e9418153 (patch) | |
tree | ef6d6213f837387ff8e221e487c55b1502929308 /src/lib/libcrypto | |
parent | 80f33b2a4b53b6e712873ba41c9f333f62edbb3b (diff) | |
download | openbsd-86b9c46552e3f57d558ae8570ed33059e9418153.tar.gz openbsd-86b9c46552e3f57d558ae8570ed33059e9418153.tar.bz2 openbsd-86b9c46552e3f57d558ae8570ed33059e9418153.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')
0 files changed, 0 insertions, 0 deletions