From: Pauli Date: Mon, 31 May 2021 04:29:34 +0000 (+1000) Subject: pem: remove TODOs X-Git-Tag: openssl-3.0.0-beta1~252 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e73a08b4007c2713aa707d44c8e8d5d63f57aca0;p=thirdparty%2Fopenssl.git pem: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- 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,