1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

sm,common: Move ksba reader and writer support to common/.

* sm/base64.c: Rename to ...
* common/ksba-io-support.c: this.
* common/ksba-io-support.h: New.
* common/Makefile.am (common_sources): Add new files.
* sm/Makefile.am (gpgsm_SOURCES): Remove base64.c

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2017-02-16 14:07:27 +01:00
parent 5c4e67afd6
commit 04bfa6fe65
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
4 changed files with 38 additions and 4 deletions

View file

@ -91,7 +91,9 @@ common_sources = \
exectool.c exectool.h \
server-help.c server-help.h \
name-value.c name-value.h \
recsel.c recsel.h
recsel.c recsel.h \
ksba-io-support.c ksba-io-support.h
if HAVE_W32_SYSTEM
common_sources += w32-reg.c