Hi all,I need to know how many of bytes have been written after calling PEM_write_bio_PrivateKey.
My code: BIO *bo = BIO_new( BIO_s_mem() ); PEM_write_bio_PrivateKey(bo, key, 0, 0, 0, 0, 0); Is there any way I can tell the size of memory written? thanks Peter ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org