X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fpem.h;h=96655dc1278f6814131d0af5263ee45d174dcdde;hp=0206fec68c7b7f5df3d8f2d961062e58a65a6b0a;hb=04e381ff176060b7dbfe31a357101e42a2b32a96;hpb=b04e5c12c27ec3a1811091bf55b27c99f61a939f diff --git a/include/openssl/pem.h b/include/openssl/pem.h index 0206fec68c..96655dc127 100644 --- a/include/openssl/pem.h +++ b/include/openssl/pem.h @@ -421,7 +421,7 @@ int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u); -#ifndef OPENSSL_NO_STDIO +# ifndef OPENSSL_NO_STDIO int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u); @@ -438,7 +438,7 @@ EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cd, void *u); -#endif +# endif EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x); int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x);