Changeset 5540 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Jan 23, 2017 5:18:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r5537 r5540 1564 1564 1565 1565 # EVP_CIPHER_CTX is now opaque in OpenSSL 1.1.0, libsrtp 1.5.4 uses it as a transparent type. 1566 # AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1])1567 1566 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <openssl/evp.h>]], 1568 1567 [EVP_CIPHER_CTX ctx;EVP_aes_128_gcm();])], 1569 [ ac_ssl_has_aes_gcm=1])1568 [AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1])]) 1570 1569 if test "x$ac_ssl_has_aes_gcm" = "x1"; then 1571 1570 AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSL])
Note: See TracChangeset
for help on using the changeset viewer.