mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
Add missing file.
Typo fix.
This commit is contained in:
parent
0a043101cf
commit
67934a8c13
@ -1,3 +1,7 @@
|
||||
2010-04-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (common_sources): Add gettime.h.
|
||||
|
||||
2010-04-20 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* logging.c (do_log_ignore_arg): New helper function.
|
||||
|
@ -68,7 +68,7 @@ common_sources = \
|
||||
sexputil.c \
|
||||
sysutils.c sysutils.h \
|
||||
homedir.c \
|
||||
gettime.c \
|
||||
gettime.c gettime.h \
|
||||
yesno.c \
|
||||
b64enc.c b64dec.c \
|
||||
convert.c \
|
||||
|
@ -292,7 +292,7 @@ make_canon_sexp_from_rsa_pk (const void *m_arg, size_t mlen,
|
||||
}
|
||||
|
||||
|
||||
/* Return the so parameters of a public RSA key expressed as an
|
||||
/* Return the parameters of a public RSA key expressed as an
|
||||
canonical encoded S-expression. */
|
||||
gpg_error_t
|
||||
get_rsa_pk_from_canon_sexp (const unsigned char *keydata, size_t keydatalen,
|
||||
|
Loading…
x
Reference in New Issue
Block a user