1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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 <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-02-11 13:32:30 +01:00
parent 4f152f3276
commit 82d12156ef
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
10 changed files with 24 additions and 20 deletions

View file

@ -29,7 +29,11 @@
#include "g13.h"
#include <assuan.h>
#include "i18n.h"
#include "utils.h"
#include "g13tuple.h"
#include "keyblob.h"
#include "membuf.h"
#include "create.h"
/* Local data for this module. A pointer to this is stored in the
CTRL object of each connection. */