Ignore:
Timestamp:
Nov 16, 2016 5:53:23 AM (7 years ago)
Author:
ming
Message:

Re #1975: Add autoconf detection of OpenSSL elliptic curve and sigalg support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/build/os-auto.mak.in

    r4727 r5483  
    3434export TARGETS_EXE  =   $(TEST_EXE) 
    3535 
     36ifeq (@ac_ssl_has_ec@,1) 
     37export PJLIB_CFLAGS += -DPJ_SSL_SOCK_OSSL_HAS_EC=1 
     38endif 
    3639 
     40ifeq (@ac_ssl_has_sigalg@,1) 
     41export PJLIB_CFLAGS += -DPJ_SSL_SOCK_OSSL_HAS_SIGALG=1 
     42endif 
Note: See TracChangeset for help on using the changeset viewer.