summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
authormouring <mouring>2001-08-15 23:04:50 +0000
committermouring <mouring>2001-08-15 23:04:50 +0000
commit3acb43050457c81d37a8ee79fd6640dbc1bc7222 (patch)
tree983bbfed440556d7f5822645211b1312490abc3d /authfd.h
parentde8192ad2a5ef9e929c4c20bf335b5c0d7a43672 (diff)
downloadopenssh-3acb43050457c81d37a8ee79fd6640dbc1bc7222.tar.gz
- markus@cvs.openbsd.org 2001/08/07 10:37:46
[authfd.c authfd.h] extended failure messages from galb@vandyke.com
Diffstat (limited to 'authfd.h')
-rw-r--r--authfd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/authfd.h b/authfd.h
index b7e88fde..8075a7eb 100644
--- a/authfd.h
+++ b/authfd.h
@@ -11,7 +11,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: authfd.h,v 1.20 2001/08/01 22:03:33 markus Exp $"); */
+/* RCSID("$OpenBSD: authfd.h,v 1.21 2001/08/07 10:37:46 markus Exp $"); */
#ifndef AUTHFD_H
#define AUTHFD_H
@@ -42,6 +42,9 @@
#define SSH_AGENTC_ADD_SMARTCARD_KEY 20
#define SSH_AGENTC_REMOVE_SMARTCARD_KEY 21
+/* extended failure messages */
+#define SSH2_AGENT_FAILURE 30
+
/* additional error code for ssh.com's ssh-agent2 */
#define SSH_COM_AGENT2_FAILURE 102