mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Update copyright notices for 2017.
-- Also some http:// -> https:// fixes. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
af5979a42b
commit
707c47f559
9 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue