fixing syntax for openssl config

remotes/origin/stable6
Thomas Müller 12 years ago
parent bf99d9233c
commit 7caf011b9a
  1. 2
      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');
}

Loading…
Cancel
Save