Files
asterisk/main
Mark Michelson 3b426a8b09 Check for OpenSSL defines before trying to use them.
The SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 defines did not exist prior
to OpenSSL version 1.0.1. A recent commit attempts to, by default, set
these options, which can cause problems on systems with older OpenSSL
installations.

This commit adds a configure script check for those defines and will not
attempt to make use of those if they do not exist. We will print a
warning urging the user to upgrade their OpenSSL installation if those
defines are not present.

Change-Id: I6a2eb9a43fd0738b404d8f6f2cf4b5c22d9d752d
2016-02-04 16:57:46 -06:00
..
2015-04-12 07:12:45 -04:00
2015-06-05 11:23:16 -05:00
2016-01-20 18:37:56 +01:00
2012-03-22 19:51:16 +00:00
2015-06-10 18:06:15 -05:00
2012-03-22 19:51:16 +00:00
2012-06-15 16:20:16 +00:00
2015-07-12 20:44:16 -05:00
2015-06-08 09:44:04 -05:00
2012-09-21 17:14:59 +00:00
2016-01-07 10:34:15 +01:00