Re: [Announce] GnuPG 1.9.17 (S/MIME and gpg-agent) released

Michael Nottebrock <[email protected]> Mon, 27 Jun 2005 15:42:46 +0200
Newsgroups gmane.comp.encryption.gpg.gpa.devel
Message-ID <[email protected]>
There's a small typo in agent/command-ssh.c that prevents compilation on gcc 
2.95. Patch attached.

Cheers,
-- 
   ,_,   | Michael Nottebrock               | [email protected]
 (/^ ^\) | FreeBSD - The Power to Serve     | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org

_______________________________________________
Gpa-dev mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gpa-dev
patch-agent-command_ssh.c (text/plain, 377 B)
--- agent/command-ssh.c.orig	Fri Jun 24 17:04:13 2005
+++ agent/command-ssh.c	Fri Jun 24 17:04:23 2005
@@ -1988,7 +1988,7 @@
   gcry_sexp_t valuelist = NULL;
   gcry_sexp_t sublist = NULL;
   gcry_mpi_t sig_value = NULL;
-  unsigned char *sig_blob = NULL;;
+  unsigned char *sig_blob = NULL;
   size_t sig_blob_n = 0;
   char *identifier = NULL;
   const char *identifier_raw;
signature.asc (application/pgp-signature, 187 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQBCwAJWXhc68WspdLARAk82AKCCSFi1sTSCnB30iMX0tVe4r/4V1gCfbz3b
/OlkGF6NZASd9o02Q3K6uwQ=
=kVgz
-----END PGP SIGNATURE-----