summaryrefslogtreecommitdiff
path: root/src/core/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.c')
-rw-r--r--src/core/core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.c b/src/core/core.c
index e265250..9750fc6 100644
--- a/src/core/core.c
+++ b/src/core/core.c
@@ -27,6 +27,7 @@
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
+#include <openssl/ssl.h>
#include <config.h>
@@ -79,6 +80,9 @@ bool load_all_basic_components(void)
result &= load_main_config_parameters();
+ SSL_load_error_strings();
+ SSL_library_init();
+
result &= ensure_user_has_rsa_keys();
result &= g_generic_config_read(get_main_configuration());