aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/engine.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/engine.c b/apps/engine.c
index 35d0368..67f23c7 100644
--- a/apps/engine.c
+++ b/apps/engine.c
@@ -405,6 +405,9 @@ int engine_main(int argc, char **argv)
if (ENGINE_get_RSA(e) != NULL
&& !append_buf(&cap_buf, &cap_size, "RSA"))
goto end;
+ if (ENGINE_get_EC(e) != NULL
+ && !append_buf(&cap_buf, &cap_size, "EC"))
+ goto end;
if (ENGINE_get_DSA(e) != NULL
&& !append_buf(&cap_buf, &cap_size, "DSA"))
goto end;