Fix BIO_set_nbio_accept()
authorRichard Levitte <levitte@openssl.org>
Thu, 28 Apr 2016 15:39:26 +0000 (17:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 28 Apr 2016 16:00:25 +0000 (18:00 +0200)
commit68423b146151a15c5373a24506506c588ae08729
tree6a6e30497774a85d1d81ef405108627559c6555d
parentb3bd3d5af8ed31f438db4367ce3a4bd43067e764
Fix BIO_set_nbio_accept()

The code that implements this control would work when enabling nbio,
but the disabling code needed fixing.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/bio/bss_acpt.c