werner committed to gpgme/gpgmeplug

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Fri, 28 Jun 2002 20:30:23 +0200


Date:	Friday June 28, 2002 @ 20:30
Author:	werner

Update of /cvs/gnupg/gpgme/gpgmeplug
In directory trithemius:/tmp/cvs-serv28460

Modified Files:
	ChangeLog gpgmeplug.c 
Log Message:
* gpgmeplug.c (xmalloc): New.
(safe_malloc): Removed this macro and replaced it at all places
without return values checks by xmalloc.
(xstrdup): New. Replaces funny named macro with different
semantics.  Changed all callers to the new semantic.
(findCertificates): Don't free duplicate free the FPR array
values.  Removed the unneeded initialization.  Replaces the
gcc-ish use dynamic allocation of automatic variables by repalce
maxCerts with a macro MAXCERTS.  Made some comments Real C (tm).
(startListCertificates): Removed uneeded cast from xmalloc.

File: ChangeLog        	Status: Up-to-date
File: no file gpgmeplug.c		Status: Needs Checkout