[PATCH] dyld support

David Shaw dshaw at jabberwocky.com
Wed Dec 11 00:49:02 CET 2002


On Tue, Dec 10, 2002 at 05:57:57PM -0500, Gordon Worley wrote:

> Home: ~/.gnupg
> Supported algorithms:
> Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
> idea encryption (0) failed
> Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
> Hash: MD5, SHA1, RIPEMD160
> Compress: Uncompressed, ZIP, ZLIB
> 
> So for some reason IDEA is still not being compiled in.

It is being compiled in.  That message is the IDEA self-test failing.

What #defines does your compiler set by default?  I'm wondering if
this is an endian issue.  (i.e. "gcc -E -dM - < /dev/null").

> BTW, here's the command we issue to sed to fix idea.c to compile on 
> Darwin:
> 
> s%typedef unsigned short ushort;%//typedef unsigned short ushort;%

Hmm.  I'm not sure why there is even a typedef for ushort (or ulong)
in there at all - nothing in the file uses those types.

David

-- 
   David Shaw  |  dshaw at jabberwocky.com  |  WWW http://www.jabberwocky.com/
+---------------------------------------------------------------------------+
   "There are two major products that come out of Berkeley: LSD and UNIX.
      We don't believe this to be a coincidence." - Jeremy S. Anderson




More information about the Gnupg-devel mailing list