From bfbe624301cb1dc0eef9dc00c235edb339e98082 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 18 Jul 2005 14:32:52 +0000 Subject: - progress towards client agent forwarding (incomplete and does not compile) --- auth.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auth.h') diff --git a/auth.h b/auth.h index 548e017..2bfd428 100644 --- a/auth.h +++ b/auth.h @@ -84,6 +84,10 @@ struct AuthState { }; +/* Sources for signing keys */ +#define SIGNKEY_SOURCE_RAW_FILE 1 +#define SIGNKEY_SOURCE_AGENT 21 + struct SignKeyList; /* A singly linked list of signing keys */ struct SignKeyList { @@ -91,6 +95,7 @@ struct SignKeyList { sign_key *key; int type; /* The type of key */ struct SignKeyList *next; + int source; /* filename? or the buffer? for encrypted keys, so we can later get * the private key portion */ -- cgit v1.2.1