]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
activate --enable-openssl option in uml scenarios
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 28 May 2008 14:13:40 +0000 (14:13 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 28 May 2008 14:13:40 +0000 (14:13 -0000)
testing/scripts/build-umlrootfs
testing/testing.conf

index cb49b738d07c4a49268ec2bb7e912602a474e343..c3e3a50f8419687697bb54e9756708b360cdf88c 100755 (executable)
@@ -150,6 +150,11 @@ then
     echo -n " --enable-eap-sim" >> $INSTALLSHELL
     fi
 
+if [ "$USE_EAP_MD5" = "yes" ]
+then
+    echo -n " --enable-eap-md5" >> $INSTALLSHELL
+    fi
+
 if [ "$USE_SQL" = "yes" ]
 then
     echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL
@@ -159,6 +164,11 @@ if [ "$USE_MEDIATION" = "yes" ]
 then
     echo -n " --enable-mediation" >> $INSTALLSHELL
 fi
+
+if [ "$USE_OPENSSL" = "yes" ]
+then
+    echo -n " --enable-openssl" >> $INSTALLSHELL
+fi
     
 if [ "$USE_INTEGRITY_TEST" = "yes" ]
 then
index f47944c2d6fe2f4e750ce36938a034dda983cb38..8b4961972d09044bb2594aac5f1af5c808a74981 100755 (executable)
@@ -44,6 +44,7 @@ USE EAP_SIM="yes"
 USE_EAP_MD5="yes"
 USE_SQL="yes"
 USE_MEDIATION="yes"
+USE_OPENSSL="yes"
 USE_INTEGRITY_TEST="no"
 USE_LEAK_DETECTIVE="no"