I've been trying to integrate Netscapes iPlanet Web server and a NSAPI
application. This NSAPI client application uses openSSL to connect to a
backend server.

I've run into some symbol clashes with openssl v.0.9.5   and linking
with the iPlanet Web Server. Below is a partial list of symbols from
opensslv.0.9.5 which clash with iPlanet. Just wanted to inform
developers and users of this issue. My solution to this dilema was to
rename these symbols in the openssl.v.0.9.5 code.


MD5_Init
MD5_Update
MD5_Final
MD5_Transform
MD5

 SHA1_Init
 SHA1_Update
 SHA1_Final
 SHA1_Transform

  SHA_Init
  SHA_Update
  SHA_Final
  SHA_Transform
  SHA

  HOST_c2l
  HOST_p_c2l
  HOST_p_c2l_p
  HOST_c2l_p
  HOST_l2c

   HMAC_Init
   HMAC_Update
   HMAC_Final
   HMAC_cleanup
   HMAC

Andrew

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to