aboutsummaryrefslogtreecommitdiffstats
path: root/agent/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/agent.h')
-rw-r--r--agent/agent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/agent.h b/agent/agent.h
index e689b8e56..95bfa080e 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -55,10 +55,11 @@ struct server_local_s;
struct server_control_s {
struct server_local_s *server_local;
struct {
+ int algo;
unsigned char value[MAX_DIGEST_LEN];
int valuelen;
} digest;
-
+ char keygrip[20];
};
typedef struct server_control_s *CTRL;