summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
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 b7a137d99..808575cd8 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.11 2000/09/07 20:27:49 deraadt Exp $"); */ 14/* RCSID("$OpenBSD: authfd.h,v 1.12 2000/09/21 11:07:51 markus Exp $"); */
15 15
16#ifndef AUTHFD_H 16#ifndef AUTHFD_H
17#define AUTHFD_H 17#define AUTHFD_H
@@ -37,6 +37,9 @@
37#define SSH2_AGENTC_REMOVE_IDENTITY 18 37#define SSH2_AGENTC_REMOVE_IDENTITY 18
38#define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19 38#define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19
39 39
40#define SSH_AGENT_OLD_SIGNATURE 0x01
41
42
40typedef struct { 43typedef struct {
41 int fd; 44 int fd;
42 Buffer identities; 45 Buffer identities;