summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-client.c')
-rw-r--r--nanohttp/nanohttp-client.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-client.c b/nanohttp/nanohttp-client.c
index e61e5af..6f7d864 100644
--- a/nanohttp/nanohttp-client.c
+++ b/nanohttp/nanohttp-client.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-client.c,v 1.33 2006/01/10 11:29:05 snowdrop Exp $
+* $Id: nanohttp-client.c,v 1.34 2006/01/18 14:53:13 mrcsys Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -55,6 +55,9 @@ httpc_init(int argc, char *argv[])
{
hoption_init_args(argc, argv);
hsocket_module_init();
+#ifdef HAVE_SSL
+ start_ssl();
+#endif
return H_OK;
}