mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 00:01:00 +00:00
Removed remaining tabs
This commit is contained in:
parent
25e336614d
commit
31c077d6b1
@ -1,6 +1,6 @@
|
|||||||
# minimalist openssl.cnf file for use with phpseclib
|
# minimalist openssl.cnf file for use with phpseclib
|
||||||
|
|
||||||
HOME = .
|
HOME = .
|
||||||
RANDFILE = $ENV::HOME/.rnd
|
RANDFILE = $ENV::HOME/.rnd
|
||||||
|
|
||||||
[ v3_ca ]
|
[ v3_ca ]
|
||||||
|
@ -17,10 +17,10 @@ class Unit_Math_BigIntegerTest extends PhpseclibTestCase
|
|||||||
eval(<<<ENGINE
|
eval(<<<ENGINE
|
||||||
namespace phpseclib3\Math\BigInteger\Engines;
|
namespace phpseclib3\Math\BigInteger\Engines;
|
||||||
class ${className} extends \phpseclib3\Math\BigInteger\Engines\Engine {
|
class ${className} extends \phpseclib3\Math\BigInteger\Engines\Engine {
|
||||||
public function __construct(){}
|
public function __construct(){}
|
||||||
public static function isValidEngine() { return ${isValid}; }
|
public static function isValidEngine() { return ${isValid}; }
|
||||||
public static function setModExpEngine(\$engine){}
|
public static function setModExpEngine(\$engine){}
|
||||||
public function toString() { return __CLASS__; }
|
public function toString() { return __CLASS__; }
|
||||||
}
|
}
|
||||||
ENGINE
|
ENGINE
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user