diff options
Diffstat (limited to '')
-rw-r--r-- | common/t-name-value.c (renamed from common/t-private-keys.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/t-private-keys.c b/common/t-name-value.c index 1027e70cf..d6cef3503 100644 --- a/common/t-private-keys.c +++ b/common/t-name-value.c @@ -1,4 +1,4 @@ -/* t-private-keys.c - Module test for private-keys.c +/* t-name-value.c - Module test for name-value.c * Copyright (C) 2016 g10 Code GmbH * * This file is part of GnuPG. @@ -26,7 +26,7 @@ #include <sys/stat.h> #include "util.h" -#include "private-keys.h" +#include "name-value.h" static int verbose; |