aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r--agent/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index 940294c52..f5dbeb9e3 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -3,6 +3,9 @@
* command-ssh.c (ssh_key_to_buffer): Rename to ...
(ssh_key_to_protected_buffer): ... this; change callers.
Improved documentation.
+ Use ssh_key_grip(), where gcry_pk_get_keygrip() has been used
+ before.
+ (ssh_handler_sign_request): Removed unusued variable P.
2005-04-20 Moritz Schulte <[email protected]>