Richard Levitte - VMS Whacker wrote:
> 
> 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.

openssl_des_... ?

in the sources we can have a
#define des_...() openssl_des_...()

By

Goetz

-- 
Goetz Babin-Ebell, TC TrustCenter AG, http://www.trustcenter.de
Sonninstr. 24-28, 20097 Hamburg, Germany
Tel.: +49-(0)40 80 80 26 -0,  Fax: +49-(0)40 80 80 26 -126
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to