Changeset 5416 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Aug 11, 2016 3:10:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r5414 r5416 1607 1607 AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 1608 1608 if test "x$ac_ssl_has_aes_gcm" = "x1"; then 1609 AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSS l version])1609 AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSL]) 1610 1610 else 1611 1611 AC_MSG_RESULT([OpenSSL AES GCM support not found, SRTP will only support AES CM cryptos])
Note: See TracChangeset
for help on using the changeset viewer.