Add PACKET_copy_all
[openssl.git] / ssl / ssl_conf.c
index 0a4625cf31892d4586f4efa7f800b15736cb2354..9c252fa609094e57e5e5abe7ca3df3bf908c0644 100644 (file)
@@ -486,7 +486,7 @@ static int cmd_DHParameters(SSL_CONF_CTX *cctx, const char *value)
     DH *dh = NULL;
     BIO *in = NULL;
     if (cctx->ctx || cctx->ssl) {
-        in = BIO_new(BIO_s_file_internal());
+        in = BIO_new(BIO_s_file());
         if (!in)
             goto end;
         if (BIO_read_filename(in, value) <= 0)