SSL work.

This commit is contained in:
Jan Vidar Krey 2009-06-23 01:09:55 +02:00
parent 8f0943621e
commit 3bd5c36455
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ int net_initialize()
net_stats_initialize();
#ifdef SSL_SUPPORT
/* FIXME: Initialize OpenSSL here. */
hub_log(log_trace, "Initializing OpenSSL...");
SSL_load_error_strings();
SSL_library_init();
OpenSSL_add_all_algorithms();
#endif /* SSL_SUPPORT */
net_initialized = 1;