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:
parent
5c4e67afd6
commit
04bfa6fe65
4 changed files with 38 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue