summaryrefslogtreecommitdiffstats
path: root/demos/bio/client-conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/bio/client-conf.c')
-rw-r--r--demos/bio/client-conf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/bio/client-conf.c b/demos/bio/client-conf.c
index 66b5cac47c..e819030eec 100644
--- a/demos/bio/client-conf.c
+++ b/demos/bio/client-conf.c
@@ -26,10 +26,6 @@ int main(int argc, char **argv)
const char *connect_str = "localhost:4433";
long errline = -1;
- ERR_load_crypto_strings();
- ERR_load_SSL_strings();
- SSL_library_init();
-
conf = NCONF_new(NULL);
if (NCONF_load(conf, "connect.cnf", &errline) <= 0) {