summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-15 23:04:50 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-15 23:04:50 +0000
commitc9a26364205602dab08fa6740185ad2a41550ea2 (patch)
tree2a4956429b07a364cbc6bad03a3f996c3fe8c18e /authfd.h
parentd0ff40847d8c84b2cad534080b97f81e0ec2deba (diff)
- 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 b7e88fde8..8075a7ebd 100644
--- a/authfd.h
+++ b/authfd.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: authfd.h,v 1.20 2001/08/01 22:03:33 markus Exp $"); */ 14/* RCSID("$OpenBSD: authfd.h,v 1.21 2001/08/07 10:37:46 markus Exp $"); */
15 15
16#ifndef AUTHFD_H 16#ifndef AUTHFD_H
17#define AUTHFD_H 17#define AUTHFD_H
@@ -42,6 +42,9 @@
42#define SSH_AGENTC_ADD_SMARTCARD_KEY 20 42#define SSH_AGENTC_ADD_SMARTCARD_KEY 20
43#define SSH_AGENTC_REMOVE_SMARTCARD_KEY 21 43#define SSH_AGENTC_REMOVE_SMARTCARD_KEY 21
44 44
45/* extended failure messages */
46#define SSH2_AGENT_FAILURE 30
47
45/* additional error code for ssh.com's ssh-agent2 */ 48/* additional error code for ssh.com's ssh-agent2 */
46#define SSH_COM_AGENT2_FAILURE 102 49#define SSH_COM_AGENT2_FAILURE 102
47 50