From 6512456dc2559577867fdce1f7fe7f1b5a12291f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 4 Jun 2022 09:20:52 -0400 Subject: Add support for generating taler_signatures.h. * contrib/sigp/: New dir. * contrib/sigp/Makefile: New file. * contrib/sigp/README: New file. * contrib/sigp/h.footer: New file. * contrib/sigp/h.header: New file. * contrib/sigp/h.template: New file. --- contrib/sigp/h.template | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 contrib/sigp/h.template (limited to 'contrib/sigp/h.template') diff --git a/contrib/sigp/h.template b/contrib/sigp/h.template new file mode 100644 index 000000000..66b0317e0 --- /dev/null +++ b/contrib/sigp/h.template @@ -0,0 +1,6 @@ + + +/** + * {{Comment}} + */ +#define TALER_SIGNATURE_{{Name}} {{Number}} -- cgit v1.2.3