]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
evp_extra_test2: Remove TODO 3.0
authorTomas Mraz <tomas@openssl.org>
Fri, 26 Feb 2021 12:10:00 +0000 (13:10 +0100)
committerPauli <ppzgs1@gmail.com>
Wed, 3 Mar 2021 00:00:21 +0000 (10:00 +1000)
The TODO marks optional cleanup that can be done any time in future.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14367)

test/evp_extra_test2.c

index bb8e89753685d3b72be20a11dd7d418d8af4bbe1..e61f50baad375dd734fc7916b2943a3e11e60286 100644 (file)
@@ -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.