mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-05 12:31:50 +01:00
* sexputil.c: New.
This commit is contained in:
parent
1c88f744d6
commit
45eba6e5de
@ -1,3 +1,7 @@
|
|||||||
|
2005-04-07 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* sexputil.c: New.
|
||||||
|
|
||||||
2005-04-11 Marcus Brinkmann <marcus@g10code.de>
|
2005-04-11 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* simple-pwquery.c (simple_pwquery): Use spwq_secure_free.
|
* simple-pwquery.c (simple_pwquery): Use spwq_secure_free.
|
||||||
@ -442,7 +446,7 @@
|
|||||||
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
|
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New.
|
||||||
|
|
||||||
|
|
||||||
Copyright 2001, 2002 Free Software Foundation, Inc.
|
Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is free software; as a special exception the author gives
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
@ -27,6 +27,7 @@ libcommon_a_SOURCES = \
|
|||||||
util.h i18n.h \
|
util.h i18n.h \
|
||||||
errors.h \
|
errors.h \
|
||||||
sexp-parse.h \
|
sexp-parse.h \
|
||||||
|
sexputil.c \
|
||||||
maperror.c \
|
maperror.c \
|
||||||
sysutils.c sysutils.h \
|
sysutils.c sysutils.h \
|
||||||
homedir.c \
|
homedir.c \
|
||||||
|
@ -120,6 +120,9 @@ gpg_error_t b64enc_write (struct b64state *state,
|
|||||||
const void *buffer, size_t nbytes);
|
const void *buffer, size_t nbytes);
|
||||||
gpg_error_t b64enc_finish (struct b64state *state);
|
gpg_error_t b64enc_finish (struct b64state *state);
|
||||||
|
|
||||||
|
/*-- sexputil.c */
|
||||||
|
gpg_error_t keygrip_from_canon_sexp (const unsigned char *key, size_t keylen,
|
||||||
|
unsigned char *grip);
|
||||||
|
|
||||||
/*-- homedir. c --*/
|
/*-- homedir. c --*/
|
||||||
const char *default_homedir (void);
|
const char *default_homedir (void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user