summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-02-26 13:10:00 +0100
committerPauli <ppzgs1@gmail.com>2021-03-03 10:00:21 +1000
commit21b7dfa8adb67eb2abcffff529a8bda6dd92b9d9 (patch)
treeb976dc619387536608acd425b478808d8969542b
parentb3c155b83c984116ef1828664bbe77c66f53df6b (diff)
evp_extra_test2: Remove TODO 3.0
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)
-rw-r--r--test/evp_extra_test2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/evp_extra_test2.c b/test/evp_extra_test2.c
index bb8e897536..e61f50baad 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.