diff options
author | Werner Koch <[email protected]> | 2016-02-11 12:32:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-02-13 16:06:39 +0000 |
commit | 82d12156ef5f948d44934ed44d79d24cc9e94366 (patch) | |
tree | 6c80069d24889dab4be95d7b11445bfa3d738bf4 /g13/t-g13tuple.c | |
parent | g13: Add functions to handle uint in a keyblob. (diff) | |
download | gnupg-82d12156ef5f948d44934ed44d79d24cc9e94366.tar.gz gnupg-82d12156ef5f948d44934ed44d79d24cc9e94366.zip |
g13: Rename utils.c to g13tuple.c
* g13/utils.c: Rename to g13tuple.c.
* g13/utils.h: Rename to g13tuple.h. Change all users.
* g13/Makefile.am: Adjust accordingly
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g13/t-g13tuple.c (renamed from g13/t-utils.c) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g13/t-utils.c b/g13/t-g13tuple.c index 5605216ec..f986efab8 100644 --- a/g13/t-utils.c +++ b/g13/t-g13tuple.c @@ -1,4 +1,4 @@ -/* t-utils.c - Module test for utils.c +/* t-g13tuple.c - Module test for g13tuple.c * Copyright (C) 2016 Werner Koch * * This file is part of GnuPG. @@ -25,9 +25,9 @@ #include "util.h" #include "keyblob.h" -#include "utils.h" +#include "g13tuple.h" -#define PGM "t-utils" +#define PGM "t-g13tuple" static int verbose; static int debug; |