Changeset 5414 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Aug 8, 2016 11:19:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r5412 r5414 1604 1604 1605 1605 # Check if SRTP should be compiled with OpenSSL 1606 # support, to enable cryptos such as AES GCM AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 1606 # support, to enable cryptos such as AES GCM 1607 AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 1607 1608 if test "x$ac_ssl_has_aes_gcm" = "x1"; then 1608 1609 AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSl version])
Note: See TracChangeset
for help on using the changeset viewer.