aboutsummaryrefslogtreecommitdiffstats
path: root/agent/findkey.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-06-23 09:55:46 +0000
committerWerner Koch <[email protected]>2016-06-23 09:55:46 +0000
commitb841a883a2a66807aa427e65d49067584bedfbe2 (patch)
treeae9ece6c71b2753d25c870fcdd977e5a1c59b478 /agent/findkey.c
parentcommon: Change license of b64dec.c and b64enc.c to LGPLv2.1+ (diff)
downloadgnupg-b841a883a2a66807aa427e65d49067584bedfbe2.tar.gz
gnupg-b841a883a2a66807aa427e65d49067584bedfbe2.zip
common: Rename private-keys.c to name-value.c
* common/private-keys.c: Rename to name-value.c. * common/private-keys.h: Rename to name-value.h. Chage all users. * common/t-private-keys.c: Rename to t-name-value.c. * common/Makefile.am: Adjust accordingly. -- The module is cool enough to be used for other purposes as well. Thus we better change the name. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'agent/findkey.c')
-rw-r--r--agent/findkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/findkey.c b/agent/findkey.c
index d3780b930..b2215101a 100644
--- a/agent/findkey.c
+++ b/agent/findkey.c
@@ -35,7 +35,7 @@
#include "agent.h"
#include "i18n.h"
#include "../common/ssh-utils.h"
-#include "../common/private-keys.h"
+#include "../common/name-value.h"
#ifndef O_BINARY
#define O_BINARY 0