summaryrefslogtreecommitdiffstats
path: root/sanity
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2011-08-02 17:54:05 +0530
committerRaghavendra Bhat <raghavendrabhat@gluster.com>2011-08-02 17:54:05 +0530
commitbdb683ad4de552c9223080c15fa3ddbfadd36639 (patch)
tree4925203d18b1121e957d32a9f948bf495c7008c9 /sanity
parent1c6d9be9d25f3178dd2f688e5a4fd3d45b0ad086 (diff)
change the openssl version used in sanity script
Diffstat (limited to 'sanity')
-rwxr-xr-xsanity/system_light/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/sanity/system_light/config b/sanity/system_light/config
index 0377604..85bdb76 100755
--- a/sanity/system_light/config
+++ b/sanity/system_light/config
@@ -116,8 +116,8 @@ export LM_DIR=lmbench-3.0-a9
export SRC_DIR=$BIN_PATH/lmbench-3.0-a9
#openssl related variables
-export OPENSSL_TAR_FILE="/opt/qa/tools/openssl-0.9.8c.tar.gz"
-export OPENSSL_DIR="openssl-0.9.8c"
+export OPENSSL_TAR_FILE="/opt/qa/tools/openssl-1.0.0d.tar.gz"
+export OPENSSL_DIR="openssl-1.0.0d"
export PREFIX=''
export OPENSSLDIR=''