small patch for idea.c

A Guy Called Tyketto tyketto@wizard.com
Tue, 7 Sep 1999 02:16:12 -0700


--tjCHc7DPkfUGtrlw
Content-Type: multipart/mixed; boundary="YiEDa0DAkWCtVeE4"


--YiEDa0DAkWCtVeE4
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

        Heya everyone.

        The following patch fixes the parse error for compiling the idea.c=
=20
plug-in, to use the IDEA algorithm in GnuPG. the recent version, uploaded S=
ept=20
1, currently gives the following error:

bash# gcc -Wall -O2 -shared -fPIC -o idea idea.c   =20
idea.c:122: parse error

        It's only missing the ending ) for the line. the attached patch fix=
es=20
this.

                                                        BL.
--=20
Brad Littlejohn                         | Email:        tyketto@omnilinx.ne=
t=20
Unix Systems Administrator,             |             tyketto@ozemail.com.au
Web + NewsMaster, BOFH.. Smeghead! :)   |   http://www.omnilinx.net/~tyketto
    PGP: 1024/E9DF4D85 67 6B 33 D0 B9 95 F4 37  4B D1 CE BD 48 B0 06 93

--YiEDa0DAkWCtVeE4
Content-Type: text/plain; charset=us-ascii
Content-Description: IDEA patch
Content-Disposition: attachment; filename="patch.idea"
Content-Transfer-Encoding: quoted-printable

--- idea.c.old	Tue Sep  7 02:05:58 1999
+++ idea.c	Tue Sep  7 02:05:41 1999
@@ -119,7 +119,7 @@
=20
 #if defined(__mc68000__) || defined (__sparc__) || defined (__PPC__) \
     || (defined(__mips__) && (defined(MIPSEB) || defined (__MIPSEB__)) ) \
-    || (defined(__hpux__) /* should be replaced by the Macro for the PA */
+    || (defined(__hpux__) ) /* should be replaced by the Macro for the PA =
*/
   #define BIG_ENDIAN_HOST 1
 #else
   #define LITTLE_ENDIAN_HOST 1

--YiEDa0DAkWCtVeE4--

--tjCHc7DPkfUGtrlw
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.11 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE31NfbyBkZmuMZ8L8RAU+EAJ9nLYQT6u/D/BNq2CIBDphUIogy1gCghkRt
HXhFQL0Zbd7r9xB39WckZd0=
=ppYY
-----END PGP SIGNATURE-----

--tjCHc7DPkfUGtrlw--