mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Implemented server main loop and started with import command.
This commit is contained in:
parent
7166bd6a5d
commit
7c708298d2
8 changed files with 537 additions and 4 deletions
|
@ -42,5 +42,9 @@
|
|||
#define xstrdup(a) gcry_xstrdup ((a))
|
||||
|
||||
|
||||
#define seterr(a) (GPGSM_ ## a)
|
||||
|
||||
/*-- misc.c --*/
|
||||
int map_ksba_err (int err);
|
||||
|
||||
#endif /*UTIL_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue