mutt-1.1.9.dgc.krbcnf.1
[
OpenPGP Signature
]
Patches configure.in to search for Kerberos 5/GSSAPI libraries
differently. The old approach would fail if libraries were
compiled statically rather than shared.
(This doesn't address another GSSAPI problem: both Kerberos 5
v1.0.x and OpenSSL have libcrypto libraries. This makes it
difficult to link in support for both GSSAPI authentication and
for SSL transport. I've solved this problem by extracting all
modules from each libcrypto.a, and archiving them
all as a single, large libcrypto.a. I'm told that
Kerberos 5 v1.1 resolves this (on their part) by renaming their
libcrypto.a to libkrb5_crypto.a.
OpenSSL would be well-advised to follow suit.