aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h
index e283398fe..1e3bf82b6 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -274,6 +274,10 @@ struct server_control_s
unsigned char keygrip[20];
int have_keygrip;
+ /* Another keygrip for hybrid crypto. */
+ unsigned char keygrip1[20];
+ int have_keygrip1;
+
/* A flag to enable a hack to send the PKAUTH command instead of the
PKSIGN command to the scdaemon. */
int use_auth_call;