From 7caf011b9aa8fba455a528dac694a3d5eb697547 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Tue, 15 Oct 2013 00:44:55 +0200 Subject: [PATCH] fixing syntax for openssl config --- tests/preseed-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/preseed-config.php b/tests/preseed-config.php index 6210aa875ab..95ffb4514bf 100644 --- a/tests/preseed-config.php +++ b/tests/preseed-config.php @@ -20,5 +20,5 @@ $CONFIG = array ( ); if(substr(strtolower(PHP_OS), 0, 3) == "win") { - $CONFIG['openssl'] = OC::$SERVERROOT.'/tests/data/openssl.cnf'; + $CONFIG['openssl'] = array( 'config' => OC::$SERVERROOT.'/tests/data/openssl.cnf'); } -- 2.39.5