Ignore:
Timestamp:
Aug 11, 2016 3:10:37 AM (8 years ago)
Author:
riza
Message:

Re #1943: Improve the clarity of configure log message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5414 r5416  
    16071607                        AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 
    16081608                        if test "x$ac_ssl_has_aes_gcm" = "x1"; then 
    1609                                 AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSl version]) 
     1609                                AC_MSG_RESULT([OpenSSL has AES GCM support, SRTP will use OpenSSL]) 
    16101610                        else 
    16111611                                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.