From 7a3e0182b8224969bb4130accce31a7bedcc6895 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 14 Jul 2021 14:40:02 +0300 Subject: switch to libressl --- config.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.mk b/config.mk index c9c54bb..57b774d 100644 --- a/config.mk +++ b/config.mk @@ -11,8 +11,7 @@ YACC ?= yacc # You can uncomment the latter if you aren't using libtls-bearssl. If you # aren't linking statically, '-ltls' should be suffice. -TLSLIB = -ltls -lbearssl -#TLSLIB = `pkgconf --static --libs libtls` +TLSLIB = `pkgconf --static --libs libtls` # You can replace the following to 'lib/libz/libz.a' in order to build with the # in-source zlib. -- cgit v1.2.3