Ticket #1642 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

OpenSSL is required even when disabled

Reported by: flynd Owned by: emostar
Priority: high Milestone: 1.3.6
Component: licq daemon Version: 1.3.5
Keywords: Cc:

Description

If configuring daemon without SSL (--disable-openssl), OpenSSL is still required by icqpacket.cpp. ICQ protocol uses MD5 function from OpenSSL (openssl/md5.h) for login procedure.

OpenSSL should either be mandatory (--disable-openssl should be removed from configure) or another MD5 function should be used so Licq can compile without OpenSSL.

Change History

Changed 3 months ago by emostar

  • owner set to emostar
  • status changed from new to assigned

Changed 3 months ago by emostar

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r6486

Note: See TracTickets for help on using tickets.