From 406e7e90e91379cd0d167e4cc1563d2895d820bb Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 18 Nov 2012 16:16:11 -0600 Subject: [PATCH] CS adjustments --- phpseclib/File/X509.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index 6ad74675..008a34f1 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -3426,10 +3426,10 @@ class File_X509 { /** * Compute a public key identifier. * - * Although key identifiers may be set to any unique value, this function + * Although key identifiers may be set to any unique value, this function * computes key identifiers from public key according to the two * recommended methods (4.2.1.2 RFC 3280). - * Highly polymorphic: try to accept all possible forms of key: + * Highly polymorphic: try to accept all possible forms of key: * - Key object * - File_X509 object with public or private key defined * - Certificate or CSR array @@ -3497,7 +3497,7 @@ class File_X509 { $hash[0] = chr((ord($hash[0]) & 0x0F) | 0x40); } - return $hash; + return $hash; } /** @@ -3560,7 +3560,6 @@ class File_X509 { * @access private * @return Integer or false */ - function _revokedCertificate(&$rclist, $serial, $create = false) { $serial = new Math_BigInteger($serial);