From 84eb03f43a6bc47fe041b893a9aaa6773ffc29d5 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 19 May 2013 15:31:45 +0000 Subject: openssl is no longer dynamically probed at stratup, but dynamically linked --- templates/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/Makefile.in b/templates/Makefile.in index 8ffe6a0..56ba91e 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -117,6 +117,7 @@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ +OPENSSL_LIBS = @OPENSSL_LIBS@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ -- cgit v1.2.3