[svn] GnuPG - r5311 - trunk/common
svn author wk
cvs at cvs.gnupg.org
Tue Apr 20 15:47:12 CEST 2010
Author: wk
Date: 2010-04-20 15:47:12 +0200 (Tue, 20 Apr 2010)
New Revision: 5311
Modified:
trunk/common/ChangeLog
trunk/common/Makefile.am
trunk/common/sexputil.c
Log:
Add missing file.
Typo fix.
Modified: trunk/common/ChangeLog
===================================================================
--- trunk/common/ChangeLog 2010-04-20 11:52:33 UTC (rev 5310)
+++ trunk/common/ChangeLog 2010-04-20 13:47:12 UTC (rev 5311)
@@ -1,3 +1,7 @@
+2010-04-20 Werner Koch <wk at g10code.com>
+
+ * Makefile.am (common_sources): Add gettime.h.
+
2010-04-20 Marcus Brinkmann <marcus at g10code.de>
* logging.c (do_log_ignore_arg): New helper function.
Modified: trunk/common/Makefile.am
===================================================================
--- trunk/common/Makefile.am 2010-04-20 11:52:33 UTC (rev 5310)
+++ trunk/common/Makefile.am 2010-04-20 13:47:12 UTC (rev 5311)
@@ -68,7 +68,7 @@
sexputil.c \
sysutils.c sysutils.h \
homedir.c \
- gettime.c \
+ gettime.c gettime.h \
yesno.c \
b64enc.c b64dec.c \
convert.c \
Modified: trunk/common/sexputil.c
===================================================================
--- trunk/common/sexputil.c 2010-04-20 11:52:33 UTC (rev 5310)
+++ trunk/common/sexputil.c 2010-04-20 13:47:12 UTC (rev 5311)
@@ -292,7 +292,7 @@
}
-/* 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,
More information about the Gnupg-commits
mailing list