From ae2a0886a5332e18d0449bfa95c606f723f18681 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Tue, 16 Jul 2013 11:21:46 -0500 Subject: [PATCH] RSA: remove extra new line --- phpseclib/Crypt/RSA.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpseclib/Crypt/RSA.php b/phpseclib/Crypt/RSA.php index 71ef1a5f..619458e3 100644 --- a/phpseclib/Crypt/RSA.php +++ b/phpseclib/Crypt/RSA.php @@ -173,7 +173,6 @@ define('CRYPT_RSA_MODE_OPENSSL', 2); */ define('CRYPT_RSA_OPENSSL_CONFIG', dirname(__FILE__) . '/../openssl.cnf'); - /**#@+ * @access public * @see Crypt_RSA::createKey() @@ -2688,4 +2687,4 @@ class Crypt_RSA { return $this->_rsassa_pss_verify($message, $signature); } } -} \ No newline at end of file +}