From f085f91d16c9e11e7db808ac8343dbf9668ca6c8 Mon Sep 17 00:00:00 2001 From: Clint Nelissen Date: Thu, 4 Dec 2014 10:38:58 -0800 Subject: [PATCH] Added SSH_AGENT_FAILURE constant back in --- phpseclib/System/SSH/Agent.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpseclib/System/SSH/Agent.php b/phpseclib/System/SSH/Agent.php index 8ad83ab9..061aad6f 100644 --- a/phpseclib/System/SSH/Agent.php +++ b/phpseclib/System/SSH/Agent.php @@ -61,6 +61,11 @@ class System_SSH_Agent const SSH_AGENT_SIGN_RESPONSE = 14; /**#@-*/ + /** + * Unused + */ + const SSH_AGENT_FAILURE = 5; + /** * Socket Resource *