summaryrefslogtreecommitdiffstats
path: root/crypto/pem
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:29:34 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commite73a08b4007c2713aa707d44c8e8d5d63f57aca0 (patch)
tree50ee71553ea7077a58af5d040363ca98c470ef21 /crypto/pem
parent126e37716fc4c5dc55805b721c38f5ef94c75612 (diff)
pem: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'crypto/pem')
-rw-r--r--crypto/pem/pem_pkey.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c
index becf7e277c..01877057dc 100644
--- a/crypto/pem/pem_pkey.c
+++ b/crypto/pem/pem_pkey.c
@@ -298,8 +298,6 @@ PEM_write_cb_fnsig(PrivateKey, EVP_PKEY, BIO, write_bio)
/*
* Note: there is no way to tell a provided pkey encoder to use "traditional"
* encoding. Therefore, if the pkey is provided, we try to take a copy
- * TODO: when #legacy keys are gone, this function will not be possible any
- * more and should be removed.
*/
int PEM_write_bio_PrivateKey_traditional(BIO *bp, const EVP_PKEY *x,
const EVP_CIPHER *enc,