aboutsummaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-04-24 11:14:05 +0000
committerWerner Koch <[email protected]>2020-04-24 13:37:48 +0000
commit5ea878274ef51c819368f021c69c518b9aef6f82 (patch)
tree5b57469a29bd00e0d88a0318880a43c465d0c29b /common/Makefile.am
parentsm: Minor debug output format changes. (diff)
downloadgnupg-5ea878274ef51c819368f021c69c518b9aef6f82.tar.gz
gnupg-5ea878274ef51c819368f021c69c518b9aef6f82.zip
common: Add an easy to use DER builder.
* common/tlv-builder.c: New. * common/tlv.c: Remove stuff only used by GnuPG 1. (put_tlv_to_membuf, get_tlv_length): Move to ... * common/tlv-builder.c: here. * common/tlv.h (tlv_builder_t): New. -- Such code should actually go into libksba and we will eventually do that. However, for now it is easier to keep it here. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 094ebe6e2..31924317e 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -57,7 +57,7 @@ common_sources = \
gc-opt-flags.h \
keyserver.h \
sexp-parse.h \
- tlv.c tlv.h \
+ tlv.c tlv.h tlv-builder.c \
init.c init.h \
sexputil.c \
sysutils.c sysutils.h \