]> 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:09 +0000 (04:11 -0500)
commit5f60caa4028a8d0e42493df5c4b3777e8b1a68b3
treecf00fc7bec50df5c8e0914179de3b76769d51c1f
parent68bcf4c4c517897b698450e4d8a17259a7fb57f8
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