Fix BIO_get_fd for RDG, again.
This commit is contained in:
parent
f9d036a874
commit
a15644365e
@ -1592,7 +1592,7 @@ static long rdg_bio_ctrl(BIO* bio, int cmd, long arg1, void* arg2)
|
||||
*
|
||||
* See issue #3602
|
||||
*/
|
||||
return BIO_get_fd(tlsOut->bio, NULL);
|
||||
status = BIO_ctrl(tlsOut->bio, cmd, arg1, arg2);
|
||||
}
|
||||
|
||||
return status;
|
||||
|
Loading…
Reference in New Issue
Block a user