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