From 3b90a847ece93b3886f14adc7061e70456d564e1 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:29:55 +1000 Subject: [PATCH] err: remove TODOs Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- crypto/err/err.c | 1 - crypto/err/err_blocks.c | 1 - crypto/err/err_prn.c | 1 - 3 files changed, 3 deletions(-) diff --git a/crypto/err/err.c b/crypto/err/err.c index c77c1920a20..84bb429c640 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -7,7 +7,6 @@ * https://www.openssl.org/source/license.html */ -/* TODO: When ERR_STATE becomes opaque, this musts be removed */ #define OSSL_FORCE_ERR_STATE #include diff --git a/crypto/err/err_blocks.c b/crypto/err/err_blocks.c index 5a572e02eaa..a658df05766 100644 --- a/crypto/err/err_blocks.c +++ b/crypto/err/err_blocks.c @@ -7,7 +7,6 @@ * https://www.openssl.org/source/license.html */ -/* TODO: When ERR_STATE becomes opaque, this musts be removed */ #define OSSL_FORCE_ERR_STATE #include diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c index 5b588db18ec..028811eedee 100644 --- a/crypto/err/err_prn.c +++ b/crypto/err/err_prn.c @@ -7,7 +7,6 @@ * https://www.openssl.org/source/license.html */ -/* TODO: When ERR_STATE becomes opaque, this musts be removed */ #define OSSL_FORCE_ERR_STATE #include -- 2.47.2