fixing syntax for openssl config

This commit is contained in:
Thomas Müller 2013-10-15 00:44:55 +02:00
parent bf99d9233c
commit 7caf011b9a
1 changed files with 1 additions and 1 deletions

View 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');
}