From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?M=E1rio_Gamito?= Subject: Re: Same issue Date: Sat, 10 Feb 2007 18:20:54 +0000 Message-ID: <45CE0D06.6070509@gmail.com> References: <45CDFE81.7080900@gmail.com> <17870.1722.906428.813731@cerise.gclements.plus.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <17870.1722.906428.813731@cerise.gclements.plus.com> Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="iso-8859-1"; format="flowed" To: Glynn Clements Cc: linux-admin@vger.kernel.org Hi, > My copy of has this: >=20 > /* Deprecated version */ > #ifndef OPENSSL_NO_DEPRECATED > RSA * RSA_generate_key(int bits, unsigned long e,void > (*callback)(int,int,void *),void *cb_arg); > #endif /* !defined(OPENSSL_NO_DEPRECATED) */ > =09 > /* New version */ > int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)= ; >=20 > It may be that more recent versions of the library no longer have the > old version of the function. I've commented out the new version and set the old one. Recompiled openssl, but courier-imap still gives the same error :( Warm Regards, M=E1rio Gamito - To unsubscribe from this list: send the line "unsubscribe linux-admin" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html