From 9cccdf4df4858a19e5ccf392b48ce4d5a54c11e1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Mar 2006 11:21:52 +0100 Subject: [PATCH] Use yaSSL as default for BUILD/* scripts --- BUILD/SETUP.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 4f2065657d5..57061f3dbff 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -44,8 +44,8 @@ set -e export AM_MAKEFLAGS AM_MAKEFLAGS="-j 4" -# SSL library to use. Should be changed to --with-yassl -SSL_LIBRARY=--with-openssl +# SSL library to use. +SSL_LIBRARY=--with-yassl # If you are not using codefusion add "-Wpointer-arith" to WARNINGS # The following warning flag will give too many warnings: