Changeset 5412 for pjproject/trunk/aconfigure
- Timestamp:
- Aug 8, 2016 9:09:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5403 r5412 641 641 libssl_present 642 642 openssl_h_present 643 ac_ssl_has_aes_gcm 643 644 ac_no_ssl 644 645 ac_webrtc_ldflags … … 7838 7839 7839 7840 7841 ac_ssl_has_aes_gcm=0 7842 7840 7843 # Check whether --enable-ssl was given. 7841 7844 if test "${enable_ssl+set}" = set; then : … … 7949 7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL library found, SSL support enabled" >&5 7950 7953 $as_echo "OpenSSL library found, SSL support enabled" >&6; } 7954 7955 # Check if SRTP should be compiled with OpenSSL 7956 # support, to enable cryptos such as AES GCM AC_CHECK_LIB(crypto,EVP_aes_128_gcm,[ac_ssl_has_aes_gcm=1]) 7957 if test "x$ac_ssl_has_aes_gcm" = "x1"; then 7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL has AES GCM support, SRTP will use OpenSSl version" >&5 7959 $as_echo "OpenSSL has AES GCM support, SRTP will use OpenSSl version" >&6; } 7960 else 7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: OpenSSL AES GCM support not found, SRTP will only support AES CM cryptos" >&5 7962 $as_echo "OpenSSL AES GCM support not found, SRTP will only support AES CM cryptos" >&6; } 7963 fi 7964 7951 7965 # PJSIP_HAS_TLS_TRANSPORT setting follows PJ_HAS_SSL_SOCK 7952 7966 #AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1)
Note: See TracChangeset
for help on using the changeset viewer.