From b98c74b67eb63300d32a9ed32f93d94c79c6476b Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 22 Feb 2014 16:21:53 +0000 Subject: tool_operhlp: Consolidated engine output code into tool_help --- src/tool_operhlp.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/tool_operhlp.c') 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(" "); - return; - } - for(; engines; engines = engines->next) - printf(" %s\n", engines->data); -} - void clean_getout(struct Configurable *config) { struct getout *next; -- cgit v1.2.3