diff options
author | Werner Koch <[email protected]> | 2017-01-23 18:16:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-01-23 18:16:55 +0000 |
commit | 707c47f5592d48fb39a97e65f142de3d70ef7a7d (patch) | |
tree | e3f0d398fef4fe8a94e6f1753d6a26c9fd5db6ae /agent/command-ssh.c | |
parent | Fix format string errors and some missing error case initialization. (diff) | |
download | gnupg-707c47f5592d48fb39a97e65f142de3d70ef7a7d.tar.gz gnupg-707c47f5592d48fb39a97e65f142de3d70ef7a7d.zip |
Update copyright notices for 2017.
--
Also some http:// -> https:// fixes.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r-- | agent/command-ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 79cb057e6..f57bac397 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -1,4 +1,4 @@ -/* command-ssh.c - gpg-agent's ssh-agent emulation layer +/* command-ssh.c - gpg-agent's implementation of the ssh-agent protocol. * Copyright (C) 2004-2006, 2009, 2012 Free Software Foundation, Inc. * Copyright (C) 2004-2006, 2009, 2012-2014 Werner Koch * @@ -3216,7 +3216,7 @@ ssh_identities_remove_all (void) err = 0; /* FIXME: shall we remove _all_ cache entries or only those - registered through the ssh emulation? */ + registered through the ssh-agent protocol? */ return err; } |