aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cmp.c')
-rw-r--r--apps/cmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/cmp.c b/apps/cmp.c
index 303eff10c0..70ca9a34fd 100644
--- a/apps/cmp.c
+++ b/apps/cmp.c
@@ -2682,6 +2682,7 @@ int cmp_main(int argc, char **argv)
if (opt_port != NULL) { /* act as very basic CMP HTTP server */
+ /* TODO for readability, convert this block to separate function */
#ifdef OPENSSL_NO_SOCK
BIO_printf(bio_err, "Cannot act as server - sockets not supported\n");
#else