summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-19 15:31:45 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-19 15:31:45 +0000
commit84eb03f43a6bc47fe041b893a9aaa6773ffc29d5 (patch)
tree99d2470662339b90dc9b873a8496cc2e20d67f0a /lang
parent3c78185e9ac0c3d900c6688fb9040ae2d0f107eb (diff)
openssl is no longer dynamically probed at stratup, but dynamically linked
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile.in b/lang/Makefile.in
index ac4ad5f..bf17b78 100644
--- a/lang/Makefile.in
+++ b/lang/Makefile.in
@@ -118,6 +118,7 @@ NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
+OPENSSL_LIBS = @OPENSSL_LIBS@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@