]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing syntax for openssl config
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 14 Oct 2013 22:44:55 +0000 (00:44 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 14 Oct 2013 22:44:55 +0000 (00:44 +0200)
tests/preseed-config.php

index 6210aa875abaeb95ac61d7191937cc52cb39e4c6..95ffb4514bf663b8caf4ced6cad438c0769d1f66 100644 (file)
@@ -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');
 }