diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 4e182eb35300..27f20634ff39 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -18,7 +18,3 @@ 'writable' => false, ]; } - -if (substr(strtolower(PHP_OS), 0, 3) === 'win') { - $CONFIG['openssl'] = ['config' => OC::$SERVERROOT . '/tests/data/openssl.cnf']; -}