From 67934a8c138dc7f1cc82627099fd3dee47e15c2f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Apr 2010 13:47:12 +0000 Subject: [PATCH] Add missing file. Typo fix. --- common/ChangeLog | 4 ++++ common/Makefile.am | 2 +- common/sexputil.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/common/ChangeLog b/common/ChangeLog index 93a213322..ce6817470 100644 --- a/common/ChangeLog +++ b/common/ChangeLog @@ -1,3 +1,7 @@ +2010-04-20 Werner Koch + + * Makefile.am (common_sources): Add gettime.h. + 2010-04-20 Marcus Brinkmann * logging.c (do_log_ignore_arg): New helper function. diff --git a/common/Makefile.am b/common/Makefile.am index d991182d0..de9e8f5ce 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -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 \ diff --git a/common/sexputil.c b/common/sexputil.c index 1e5918723..2679000a5 100644 --- a/common/sexputil.c +++ b/common/sexputil.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,