From e73a08b4007c2713aa707d44c8e8d5d63f57aca0 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:29:34 +1000 Subject: [PATCH] pem: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- crypto/pem/pem_pkey.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c index becf7e277cf..01877057dce 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, -- 2.47.3