mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Re enable the read side non blocking test BIO code.
For some reason it was disabled...
This commit is contained in:
parent
5672e3a321
commit
542a1b1a2e
@ -127,7 +127,7 @@ static int nbiof_read(BIO *b, char *out, int outl)
|
||||
{
|
||||
NBIO_TEST *nt;
|
||||
int ret=0;
|
||||
#if 0
|
||||
#if 1
|
||||
int num;
|
||||
unsigned char n;
|
||||
#endif
|
||||
@ -137,7 +137,7 @@ static int nbiof_read(BIO *b, char *out, int outl)
|
||||
nt=(NBIO_TEST *)b->ptr;
|
||||
|
||||
BIO_clear_retry_flags(b);
|
||||
#if 0
|
||||
#if 1
|
||||
RAND_pseudo_bytes(&n,1);
|
||||
num=(n&0x07);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user