]> git.ipfire.org Git - thirdparty/asterisk.git/commit
libasteriskssl: do nothing with OpenSSL >= 1.1 84/4884/1
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 3 Feb 2017 08:25:33 +0000 (10:25 +0200)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 3 Feb 2017 08:28:14 +0000 (10:28 +0200)
commitc6c7f1720608031303418012831f8a644345ad18
treeec050ef44cb82011305e6ff8365d8085ddae5417
parentbc041ca14afb6b5c786955a03c331dc45924ca92
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.

Change-Id: I3b3efd5d80234a4c45a8ee58dcfe25b15d9ad100
main/libasteriskssl.c