summaryrefslogtreecommitdiffstats
path: root/apps/rsa.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:27:04 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitdb70dc2cdac6dec2366138fe1f46bf433ee1c2c8 (patch)
treee5e41fb36598b20e724f1f87f9e904b1a46f19ca /apps/rsa.c
parent0d7d5e24909d2af7608bf5f09397895470ac64c6 (diff)
apps: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'apps/rsa.c')
-rw-r--r--apps/rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rsa.c b/apps/rsa.c
index 5710893c7a..c4f65cac10 100644
--- a/apps/rsa.c
+++ b/apps/rsa.c
@@ -25,7 +25,7 @@
#include <openssl/encoder.h>
/*
- * TODO: This include is to get OSSL_KEYMGMT_SELECT_*, which feels a bit
+ * This include is to get OSSL_KEYMGMT_SELECT_*, which feels a bit
* much just for those macros... they might serve better as EVP macros.
*/
#include <openssl/core_dispatch.h>