From: Tomas Mraz Date: Fri, 26 Feb 2021 12:10:00 +0000 (+0100) Subject: evp_extra_test2: Remove TODO 3.0 X-Git-Tag: openssl-3.0.0-alpha13~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21b7dfa8adb67eb2abcffff529a8bda6dd92b9d9;p=thirdparty%2Fopenssl.git evp_extra_test2: Remove TODO 3.0 The TODO marks optional cleanup that can be done any time in future. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14367) --- diff --git a/test/evp_extra_test2.c b/test/evp_extra_test2.c index bb8e8975368..e61f50baad3 100644 --- a/test/evp_extra_test2.c +++ b/test/evp_extra_test2.c @@ -8,7 +8,7 @@ */ /* - * TODO(3.0): Really these tests should be in evp_extra_test - but that doesn't + * Really these tests should be in evp_extra_test - but that doesn't * yet support testing with a non-default libctx. Once it does we should move * everything into one file. Consequently some things are duplicated between * the two files.