summaryrefslogtreecommitdiff
path: root/Cryptlib/Include/openssl/pem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Include/openssl/pem.h')
-rw-r--r--Cryptlib/Include/openssl/pem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cryptlib/Include/openssl/pem.h b/Cryptlib/Include/openssl/pem.h
index 87b0b6a7..5df6ffdf 100644
--- a/Cryptlib/Include/openssl/pem.h
+++ b/Cryptlib/Include/openssl/pem.h
@@ -515,6 +515,7 @@ int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
char *kstr, int klen, pem_password_cb *cd,
void *u);
#endif
+
EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x);
int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x);