In message <20021210110227.GA10920@folly> on Tue, 10 Dec 2002 12:02:27 +0100, Markus 
Friedl <[EMAIL PROTECTED]> said:

markus> hm, i think this happens if kerberos is included before evp.h

Interesting.  That would mean one of two things:

1. Kerberos (was that with the KTH-KRB and Heimdal implementations?)
   was built with it's own copy of libdes instead of OpenSSL's, and
   the header reinclusion protector is exactly the same (hindering the
   OpenSSL des.h being included).  OpenSSH includes the kerberos
   headers, and thereby any des.h it happens to include.
2. Kerberos was built against an older version of OpenSSL, and again,
   we get an inclusion that excludes the new names.

I think the best way to solve this is to change the name of the
protecting macro in OpenSSL 0.9.7's des.h, and give it's des_old.h the
same protecting macro name as older versions use (and presumably
libdes as well).

Does that sound like a good idea?

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to