1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00

RSA: fix E_NOTICE

This commit is contained in:
terrafrost 2013-09-11 21:13:23 -05:00
parent 815f609887
commit 2b3fe58dbc

View File

@ -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);
}
}