]> jfr.im git - irc/DALnet/bahamut.git/commit
Allow bahamut to be compiled against OpenSSL versions >= 1.1.0
authorRyan Smith <redacted>
Thu, 22 Feb 2018 03:30:10 +0000 (22:30 -0500)
committerRyan Smith <redacted>
Thu, 22 Feb 2018 03:30:10 +0000 (22:30 -0500)
commitfad91b8ac94de8a206197e371541c9924401867c
tree0bdd2b41195d19911c1d6adc49aca84681f93d6d
parentc7b81217eb96db456f266ef4a65f5efbff653076
Allow bahamut to be compiled against OpenSSL versions >= 1.1.0
while maininting backwards compatability with the 1.0.x series by using the recommended OpenSSL Compatability Layer: https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes
include/libcrypto-compat.h [new file with mode: 0644]
include/struct.h
src/Makefile.in
src/dh.c
src/ircd.c
src/libcrypto-compat.c [new file with mode: 0644]
src/ssl.c