Fixup BIO demos for OpenSSL 1.1.x
[openssl.git] / demos / bio / server-cmod.c
index 77b456a459eacd11c2e06dedbac166bec13391aa..dfe233538e0ef4953f6411c495a9d0aa0919b397 100644 (file)
@@ -27,11 +27,6 @@ int main(int argc, char *argv[])
     SSL_CTX *ctx;
     int ret = 1, i;
 
-    SSL_load_error_strings();
-
-    /* Add ciphers and message digests */
-    OpenSSL_add_ssl_algorithms();
-
     if (CONF_modules_load_file("cmod.cnf", "testapp", 0) <= 0) {
         fprintf(stderr, "Error processing config file\n");
         goto err;