diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-13 09:39:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-13 09:39:13 +0200 |
commit | e26519729bd57bf50900f8cf1c388b6fad1ec005 (patch) | |
tree | 657f82989812794f2e6c2266587d1fd55d95dffe /Crypt_RSA-role.patch | |
parent | bf67d7126577b31b206d149f7d6b440573b68bde (diff) |
php-phpseclib-* 0.3.8
Diffstat (limited to 'Crypt_RSA-role.patch')
-rw-r--r-- | Crypt_RSA-role.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Crypt_RSA-role.patch b/Crypt_RSA-role.patch index bb51634..93d1ee2 100644 --- a/Crypt_RSA-role.patch +++ b/Crypt_RSA-role.patch @@ -1,6 +1,6 @@ -diff -up Crypt_RSA-0.3.7/RSA.php.role Crypt_RSA-0.3.7/RSA.php ---- Crypt_RSA-0.3.7/RSA.php.role 2014-07-07 17:19:19.711010692 +0200 -+++ Crypt_RSA-0.3.7/RSA.php 2014-07-07 17:19:19.712010697 +0200 +diff -up Crypt_RSA-0.3.8/RSA.php.role Crypt_RSA-0.3.8/RSA.php +--- Crypt_RSA-0.3.8/RSA.php.role 2014-09-13 09:31:03.775079734 +0200 ++++ Crypt_RSA-0.3.8/RSA.php 2014-09-13 09:32:39.595509197 +0200 @@ -178,7 +178,7 @@ define('CRYPT_RSA_MODE_OPENSSL', 2); /** * Default openSSL configuration file. @@ -25,4 +25,4 @@ diff -up Crypt_RSA-0.3.7/RSA.php.role Crypt_RSA-0.3.7/RSA.php + $this->configFile = $dir . DIRECTORY_SEPARATOR . CRYPT_RSA_OPENSSL_CONFIG; if ( !defined('CRYPT_RSA_MODE') ) { - // Math/BigInteger's openssl requirements are a little less stringent than Crypt/RSA's. in particular, + switch (true) { |