diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-04 20:29:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-04 20:29:18 +0100 |
commit | 6cceb617af887df49df74729bb1813bbd75a1346 (patch) | |
tree | 867616e235e6a1d84790f6c7c73f60900cbe2bb7 /src/util/Makefile.am | |
parent | 9b290fb26b2d18725858508bc14ae0933fff0250 (diff) |
centralize (most) offline signing/verifying operations into offline_signatures.c
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 95ac60a96..c65a3ef17 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -68,6 +68,7 @@ libtalerutil_la_SOURCES = \ getopt.c \ lang.c \ mhd.c \ + offline_signatures.c \ payto.c \ taler_error_codes.c \ url.c \ |