Ignore:
Timestamp:
Jan 23, 2017 5:18:21 AM (8 years ago)
Author:
nanang
Message:

Re #1932: Updated configure script for AES-GCM support detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5537 r5540  
    15641564                         
    15651565                        # 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]) 
    15671566                        AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <openssl/evp.h>]], 
    15681567                                                          [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])]) 
    15701569                        if test "x$ac_ssl_has_aes_gcm" = "x1"; then 
    15711570                                AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSL]) 
Note: See TracChangeset for help on using the changeset viewer.