mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
RSA: fix E_NOTICE
This commit is contained in:
parent
815f609887
commit
2b3fe58dbc
@ -502,7 +502,7 @@ class Crypt_RSA {
|
||||
define('CRYPT_RSA_MODE', CRYPT_RSA_MODE_OPENSSL);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
case true:
|
||||
define('CRYPT_RSA_MODE', CRYPT_RSA_MODE_INTERNAL);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user