]> 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:11:22 +0000 (04:11 -0500)
commitf6cac9d0abff9561d72b6a6a966e6f675e6e074a
tree3e231abafdc771123401b54e7b740fb45fc2d442
parent311e3e11e21283598a90252df8244f8e1d885fac
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