]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_iax2: Allow compiling without OpenSSL.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 4 Jul 2022 10:21:24 +0000 (10:21 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Mon, 11 Jul 2022 09:12:01 +0000 (04:12 -0500)
commitf812dfb68c6ed7ae55b4c163716fd1ddc063ff54
tree74c54235ab6b4560a5c74f42feb4e69cad46c1d4
parent8a0ff5c0a6f25c34a25311bd2c14dedaef33461b
chan_iax2: Allow compiling without OpenSSL.

ASTERISK_30007 accidentally made OpenSSL a
required depdendency. This adds an ifdef so
the relevant code is compiled only if OpenSSL
is available, since it only needs to be executed
if OpenSSL is available anyways.

ASTERISK-30083 #close

Change-Id: Iad05c1a9a8bd2a48e7edf8d234eaa9f80779e34d
channels/chan_iax2.c