Copy retry reason/flags from the next BIO in the chain onto b.
Synopsis
Declared in <openssl/bio.h>
void
BIO_copy_next_retry(BIO* b);
Parameters
Name |
Description |
b |
BIO whose retry state is updated from BIO_next(b). |
Created with MrDocs