]> git.ipfire.org Git - thirdparty/asterisk.git/commit
libasteriskssl: do nothing with OpenSSL >= 1.1 50/4950/3
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 3 Feb 2017 08:25:33 +0000 (10:25 +0200)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Tue, 14 Feb 2017 21:30:03 +0000 (23:30 +0200)
commit99b40e72ae347d7047547836f7f897d3ea2bc8dc
treec835e61d4ba8d084a832cec369320cd61cc0ef94
parente97e50b68b0497f906a73a1acc26c3a97d9c9d7f
libasteriskssl: do nothing with OpenSSL >= 1.1

OpenSSL 1.1 requires no explicit initialization. The hacks in the
library are not needed. They also happen to fail running Asterisk.

ASTERISK-26109 #close

Change-Id: I3b3efd5d80234a4c45a8ee58dcfe25b15d9ad100
main/libasteriskssl.c
main/tcptls.c