diff --git a/phpseclib/Crypt/Base.php b/phpseclib/Crypt/Base.php index b0224e32..b02d8a6f 100644 --- a/phpseclib/Crypt/Base.php +++ b/phpseclib/Crypt/Base.php @@ -434,7 +434,7 @@ abstract class Base /** * Has the key length explicitly been set or should it be derived from the key, itself? * - * @see Crypt_Base::setKeyLength() + * @see self::setKeyLength() * @var bool * @access private */ @@ -443,7 +443,7 @@ abstract class Base /** * Don't truncate / null pad key * - * @see Crypt_Base::_clearBuffers() + * @see self::_clearBuffers() * @var bool * @access private */