From 6b275cdcd51f37d284c54a8931ef2ee6a18be825 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 27 May 2018 11:33:37 -0500 Subject: [PATCH] SSH/Agent: CS adjustment --- phpseclib/System/SSH/Agent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/System/SSH/Agent.php b/phpseclib/System/SSH/Agent.php index 4e3076c3..c4e69c54 100644 --- a/phpseclib/System/SSH/Agent.php +++ b/phpseclib/System/SSH/Agent.php @@ -307,4 +307,4 @@ class Agent return pack('Na*', $agent_reply_bytes, $agent_reply_data); } -} \ No newline at end of file +}