GNUPG-1-9-BRANCH gnupg/common (ChangeLog Makefile.am util.h)

cvs user wk cvs at cvs.gnupg.org
Mon Apr 11 17:54:07 CEST 2005


    Date: Monday, April 11, 2005 @ 18:10:03
  Author: wk
    Path: /cvs/gnupg/gnupg/common
     Tag: GNUPG-1-9-BRANCH

Modified: ChangeLog Makefile.am util.h

* sexputil.c: New.


-------------+
 ChangeLog   |    6 +++++-
 Makefile.am |    1 +
 util.h      |    3 +++
 3 files changed, 9 insertions(+), 1 deletion(-)


Index: gnupg/common/ChangeLog
diff -u gnupg/common/ChangeLog:1.30.2.46 gnupg/common/ChangeLog:1.30.2.47
--- gnupg/common/ChangeLog:1.30.2.46	Mon Apr 11 00:12:31 2005
+++ gnupg/common/ChangeLog	Mon Apr 11 18:10:03 2005
@@ -1,3 +1,7 @@
+2005-04-07  Werner Koch  <wk at g10code.com>
+
+	* sexputil.c: New.
+
 2005-04-11  Marcus Brinkmann  <marcus at g10code.de>
 
 	* simple-pwquery.c (simple_pwquery): Use spwq_secure_free.
@@ -442,7 +446,7 @@
 	(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
  unlimited permission to copy and/or distribute it, with or without
Index: gnupg/common/Makefile.am
diff -u gnupg/common/Makefile.am:1.15.2.13 gnupg/common/Makefile.am:1.15.2.14
--- gnupg/common/Makefile.am:1.15.2.13	Thu Mar  3 11:15:07 2005
+++ gnupg/common/Makefile.am	Mon Apr 11 18:10:03 2005
@@ -27,6 +27,7 @@
 	util.h i18n.h \
 	errors.h \
 	sexp-parse.h \
+	sexputil.c \
 	maperror.c \
 	sysutils.c sysutils.h \
 	homedir.c \
Index: gnupg/common/util.h
diff -u gnupg/common/util.h:1.12.2.15 gnupg/common/util.h:1.12.2.16
--- gnupg/common/util.h:1.12.2.15	Fri Feb 25 17:14:55 2005
+++ gnupg/common/util.h	Mon Apr 11 18:10:03 2005
@@ -120,6 +120,9 @@
                           const void *buffer, size_t nbytes);
 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 --*/
 const char *default_homedir (void);




More information about the Gnupg-commits mailing list