From: Jani Taskinen <[EMAIL PROTECTED]>
sniper> >From CHANGES: sniper> ------------ sniper> *) Rename 'des_encrypt' to 'des_encrypt1'. This avoids the clashes sniper> with des_encrypt() defined on some operating systems, like Solaris sniper> and UnixWare. sniper> [Richard Levitte] sniper> ------------ sniper> sniper> Just wanted to let you guys know, that also sniper> this symbol is in use by Solaris (7), libcrypt: sniper> sniper> # nm /usr/lib/libcrypt.a | grep des_encrypt sniper> U _des_encrypt sniper> des_encrypt.o: sniper> 0000000000000000 T _des_encrypt1 sniper> 0000000000000000 W des_encrypt1 sniper> 000000000000025c T _des_encrypt sniper> U _des_encrypt1 sniper> 000000000000025c W des_encrypt sniper> 00000000000001bc t des_encrypt_nolock Hmm, it feels like it's really time for a rename (basically, change "des" to "DES" in all names, and thereby follow the "convention" used everywhere else in OpenSSL), or this becomes an impossible task. For source compatibility, it's of course perfectly possible to provide macros so older applications don't break immediately. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-733-72 88 11 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Software Engineer, GemPlus: http://www.gemplus.com/ 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] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]