X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fpem.h;h=105c81064b94e1d832d8056bc9eef3e136c03b92;hp=d6f76ebe73676e7c35f492a0737a5bddde928aa9;hb=7671342e550ed2de676b23c79d0e7f45a381c76e;hpb=204afd81b12c71d625e89599c0eef33588afc1f0 diff --git a/include/openssl/pem.h b/include/openssl/pem.h index d6f76ebe73..105c81064b 100644 --- a/include/openssl/pem.h +++ b/include/openssl/pem.h @@ -241,6 +241,9 @@ int PEM_read_bio(BIO *bp, char **name, char **header, # define PEM_FLAG_ONLY_B64 0x4 int PEM_read_bio_ex(BIO *bp, char **name, char **header, unsigned char **data, long *len, unsigned int flags); +int PEM_bytes_read_bio_secmem(unsigned char **pdata, long *plen, char **pnm, + const char *name, BIO *bp, pem_password_cb *cb, + void *u); int PEM_write_bio(BIO *bp, const char *name, const char *hdr, const unsigned char *data, long len); int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm,