aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pem
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 03:41:31 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:20:10 +0000
commit739a5eee619fc8c03736140828891b369f8690f4 (patch)
tree055d593c853598e031351cfb4d0ccf350fad877c /crypto/pem
parent0f113f3ee4d629ef9a4a30911b22b224772085e5 (diff)
downloadopenssl-739a5eee619fc8c03736140828891b369f8690f4.tar.gz
Rerun util/openssl-format-source -v -c .master-post-auto-reformat
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/pem_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/pem/pem_all.c b/crypto/pem/pem_all.c
index 1a867a8867..8ef8f18c42 100644
--- a/crypto/pem/pem_all.c
+++ b/crypto/pem/pem_all.c
@@ -190,6 +190,7 @@ RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, void *u)
IMPLEMENT_PEM_write_cb_const(RSAPrivateKey, RSA, PEM_STRING_RSA,
RSAPrivateKey)
+
IMPLEMENT_PEM_rw_const(RSAPublicKey, RSA, PEM_STRING_RSA_PUBLIC,
RSAPublicKey) IMPLEMENT_PEM_rw(RSA_PUBKEY, RSA,
PEM_STRING_PUBLIC,