mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* base64.c: New. Changed all other functions to use this instead
of direct creation of ksba_reader/writer. * gpgsm.c (main): Set ctrl.auto_encoding unless --no-armor is used. This way we can feed PEM encoded stuff to --verify.
This commit is contained in:
parent
5a6a2ca248
commit
944fee70bc
10 changed files with 782 additions and 331 deletions
|
@ -31,12 +31,14 @@ gpgsm_SOURCES = \
|
|||
server.c \
|
||||
call-agent.c \
|
||||
fingerprint.c \
|
||||
base64.c \
|
||||
certdump.c \
|
||||
certcheck.c \
|
||||
certpath.c \
|
||||
keylist.c \
|
||||
verify.c \
|
||||
sign.c \
|
||||
encrypt.c \
|
||||
import.c
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue