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

Michael Nottebrock <[email protected]> Wed, 29 Jun 2005 13:54:04 +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)

iD8DBQBCwovgXhc68WspdLARAkwaAJ9VarbIzlVALq6fxbwJeM76yDf2XgCfaN2R
Ab02cwqPNc+zhl6xYGO1YKs=
=gI/P
-----END PGP SIGNATURE-----