Mailing List Archive

Strange output when reading PGP2 encrypted messages
When reading a message which was encrypted using PGP 2, Mutt displays
the following output:

gpg: NOTE: cipher algorithm 1 not found in preferences
gpg: key setup failed: g10err=-1073745808

I'm not sure, what this means, but g10err=-1073745808 doesn't seem to
be a correct error code...?

Ciao

Roland

--
* roland@spinnaker.rhein.de * http://www.rhein.de/~roland/ *
PGP: 1024/DD08DD6D 2D E7 CC DE D5 8D 78 BE 3C A0 A4 F1 4B 09 CE AF
Re: Strange output when reading PGP2 encrypted messages [ In reply to ]
Roland Rosenfeld <roland@spinnaker.rhein.de> writes:

> gpg: NOTE: cipher algorithm 1 not found in preferences

Ahh you used the IDEA module

> gpg: key setup failed: g10err=-1073745808

But it is too old, setkey() should return 0; probably it is defined as
void.