mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 18:02:58 +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
|
||||
|
||||
HOME = .
|
||||
RANDFILE = $ENV::HOME/.rnd
|
||||
HOME = .
|
||||
RANDFILE = $ENV::HOME/.rnd
|
||||
|
||||
[ v3_ca ]
|
||||
|
@ -17,10 +17,10 @@ class Unit_Math_BigIntegerTest extends PhpseclibTestCase
|
||||
eval(<<<ENGINE
|
||||
namespace phpseclib3\Math\BigInteger\Engines;
|
||||
class ${className} extends \phpseclib3\Math\BigInteger\Engines\Engine {
|
||||
public function __construct(){}
|
||||
public static function isValidEngine() { return ${isValid}; }
|
||||
public static function setModExpEngine(\$engine){}
|
||||
public function toString() { return __CLASS__; }
|
||||
public function __construct(){}
|
||||
public static function isValidEngine() { return ${isValid}; }
|
||||
public static function setModExpEngine(\$engine){}
|
||||
public function toString() { return __CLASS__; }
|
||||
}
|
||||
ENGINE
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user