Add missing file.

Typo fix.
This commit is contained in:
Werner Koch 2010-04-20 13:47:12 +00:00
parent 0a043101cf
commit 67934a8c13
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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 \

View File

@ -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,