NAME

BIO_make_bio_pair


SYNOPSIS

 #include <openssl/bio.h>
 #define BIO_make_bio_pair(b1, b2) (int)BIO_ctrl(b1, BIO_C_MAKE_BIO_PAIR, 0, b2)


SEE ALSO

See OpenSSL site's API documentation here.


AUTHORS

Last edited 4/18/2002.

Copyright 2002 by Pravir Chandra, Matt Messier, John Viega.