summaryrefslogtreecommitdiff
path: root/crypto/pem/pem.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pem/pem.h')
-rw-r--r--crypto/pem/pem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pem/pem.h b/crypto/pem/pem.h
index 9260a11b8a..8ae1e9acc7 100644
--- a/crypto/pem/pem.h
+++ b/crypto/pem/pem.h
@@ -572,7 +572,7 @@ DECLARE_PEM_rw(DHparams, DH)
DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
-DECLARE_PEM_rw(PUBKEY, EVP_PKEY);
+DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
char *, int, pem_password_cb *, void *);