On Sat May 25 2002; 19:22, Mathias Johansson wrote:
> imported first the public key white 'gpg --import a.key', and then
> the secret key with 'pgp --allow-secret-key-import b.key'.
Try gpg --allow-secret-key-import --import b.key. Then it should work.
Timo