1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +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

@ -33,7 +33,7 @@
#include "g13-syshelp.h"
#include <assuan.h>
#include "i18n.h"
#include "utils.h"
#include "g13tuple.h"
#include "exectool.h"
#include "keyblob.h"