aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-01-23 18:16:55 +0000
committerWerner Koch <[email protected]>2017-01-23 18:16:55 +0000
commit707c47f5592d48fb39a97e65f142de3d70ef7a7d (patch)
treee3f0d398fef4fe8a94e6f1753d6a26c9fd5db6ae /agent/gpg-agent.c
parentFix format string errors and some missing error case initialization. (diff)
downloadgnupg-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/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index b203b07e0..c0208cc88 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -346,7 +346,7 @@ static char *redir_socket_name_extra;
static char *socket_name_browser;
static char *redir_socket_name_browser;
-/* Name of the communication socket used for ssh-agent-emulation. */
+/* Name of the communication socket used for ssh-agent protocol. */
static char *socket_name_ssh;
static char *redir_socket_name_ssh;