]> git.ipfire.org Git - thirdparty/asterisk.git/commit
libasteriskssl: do nothing with OpenSSL >= 1.1 53/4953/1
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:22:19 +0000 (23:22 +0200)
commitfabccd8831042f6d209ffb06e80b83f3a035ee59
treefce82e0ec7ca0b869343e8197e6b9bea4c3d1906
parentab8b7b9ac18dc1ffb38a844afe05759de36acae6
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