Loading crypto/bio/bss_mem.c +2 −4 Original line number Diff line number Diff line Loading @@ -163,11 +163,9 @@ static int mem_read(BIO *b, char *out, int outl) } } else if (bm->length == 0) { if (b->num != 0) BIO_set_retry_read(b); ret = b->num; if(ret < 0) BIOerr(BIO_F_MEM_READ,BIO_R_EOF_ON_MEMORY_BIO); if (ret != 0) BIO_set_retry_read(b); } return(ret); } Loading Loading
crypto/bio/bss_mem.c +2 −4 Original line number Diff line number Diff line Loading @@ -163,11 +163,9 @@ static int mem_read(BIO *b, char *out, int outl) } } else if (bm->length == 0) { if (b->num != 0) BIO_set_retry_read(b); ret = b->num; if(ret < 0) BIOerr(BIO_F_MEM_READ,BIO_R_EOF_ON_MEMORY_BIO); if (ret != 0) BIO_set_retry_read(b); } return(ret); } Loading