]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add OPENSSL_INCLUDE to the CFLAGS for ssl.c and tcptls.c.
authorDavid M. Lee <dlee@digium.com>
Sat, 8 Sep 2012 05:21:41 +0000 (05:21 +0000)
committerDavid M. Lee <dlee@digium.com>
Sat, 8 Sep 2012 05:21:41 +0000 (05:21 +0000)
commit8c831bcb52bd78f879a1bd49c72463fe46f4b6b6
tree7bcb0fe7f8ac8f30b0a58a8fc5efcea4cd032c92
parent12a2affd6fdb906c18dab9c09f7f43c494699466
Add OPENSSL_INCLUDE to the CFLAGS for ssl.c and tcptls.c.

Without this flag, those files will compile with the system installed
OpenSSL headers (if they exist). This is a real bummer if a different
path was specified using --with-ssl=

(closes issue ASTERISK-20392)
........
Merged revisions 372682 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@372695 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/Makefile