> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hack Kampbj�rn > > > "Roth, Kevin P." wrote: > > > > Yes, I checked an actual SSL connection. It actually worked ;-)
[snip] > > So I'm the last one to report back. AHEM! I believe that would be "Second to last" my good man! ;-) Ok, Mutt has no runtime version checking at all. It does have this at build time: #if OPENSSL_VERSION_NUMBER >= 0x00904000L #define READ_X509_KEY(fp, key) PEM_read_X509(fp, key, NULL, NULL) #else #define READ_X509_KEY(fp, key) PEM_read_X509(fp, key, NULL) #endif which AFAICT is OK (right?). Generated config.h has RSA, IDEA, and RC5 support disabled. Still haven't found something to try to connect to, but AFAICT everything should be OK according to what you said in your email. PS: Contrary to all indications, I am still working on a new mutt release. -- Gary R. Van Sickle Brewer. Patriot.
