DALnet / bahamut

The Bahamut IRC Daemon
http://www.dal.net/?page=Bahamut
Other
57 stars 42 forks source link

Fix compilation on Ubuntu 22.04 #219

Closed crigler closed 1 year ago

crigler commented 1 year ago

Fix issue #218 by having configure check whether the 3 resolver functions start with a __ prefix instead of having the code depend on the GLIBC version number.

Also rename the hex_to_string array in include/dh.h since OpenSSL 3.0 started complaining that the array conflicts with an OpenSSL function.