diff options
Diffstat (limited to 'src/tool_operhlp.c')
-rw-r--r-- | src/tool_operhlp.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/tool_operhlp.c b/src/tool_operhlp.c index a0da01c8d..2ba788100 100644 --- a/src/tool_operhlp.c +++ b/src/tool_operhlp.c @@ -34,20 +34,6 @@ #include "memdebug.h" /* keep this as LAST include */ -/* - * Print list of OpenSSL supported engines - */ -void list_engines(const struct curl_slist *engines) -{ - puts("Build-time engines:"); - if(!engines) { - puts(" <none>"); - return; - } - for(; engines; engines = engines->next) - printf(" %s\n", engines->data); -} - void clean_getout(struct Configurable *config) { struct getout *next; |