summaryrefslogtreecommitdiff
path: root/pjlib/build/os-auto.mak.in
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2017-01-10 09:17:07 +0000
committerRiza Sulistyo <riza@teluu.com>2017-01-10 09:17:07 +0000
commit9c135526de34da4f5b477021599bc00f61f1c1a3 (patch)
tree86ee54b2db34b53c5bdc3999812f6b209f8b3a06 /pjlib/build/os-auto.mak.in
parent7de8ae3fa6de2f422162eddbbe5359601dcc4eb5 (diff)
Re #1975:
- Change autoconf detection in r5483 to compile time check. - Don't use tls1_ec_nid2curve_id()/tls1_ec_curve_id2nid() since they are not public API. Thanks to Alexander Traud for the suggestions. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5517 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/os-auto.mak.in')
-rw-r--r--pjlib/build/os-auto.mak.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/pjlib/build/os-auto.mak.in b/pjlib/build/os-auto.mak.in
index e4a7970d..1e44d12f 100644
--- a/pjlib/build/os-auto.mak.in
+++ b/pjlib/build/os-auto.mak.in
@@ -32,11 +32,3 @@ export TEST_OBJS += @ac_main_obj@
#
export TARGETS = $(PJLIB_LIB) $(PJLIB_SONAME)
export TARGETS_EXE = $(TEST_EXE)
-
-ifeq (@ac_ssl_has_ec@,1)
-export PJLIB_CFLAGS += -DPJ_SSL_SOCK_OSSL_HAS_EC=1
-endif
-
-ifeq (@ac_ssl_has_sigalg@,1)
-export PJLIB_CFLAGS += -DPJ_SSL_SOCK_OSSL_HAS_SIGALG=1
-endif