NAME

BIO_append_filename


SYNOPSIS

 #include <openssl/bio.h>
 #define BIO_append_filename(b, name) BIO_ctrl(b, BIO_C_SET_FILENAME, BIO_CLOSE|BIO_FP_APPEND, name)


SEE ALSO

See OpenSSL site's API documentation here.


AUTHORS

Last edited 4/18/2002.

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