diff --git a/xCAT-server/share/xcat/install/scripts/post.sles11 b/xCAT-server/share/xcat/install/scripts/post.sles11 index ff6591f9c..69d71471d 100644 --- a/xCAT-server/share/xcat/install/scripts/post.sles11 +++ b/xCAT-server/share/xcat/install/scripts/post.sles11 @@ -75,7 +75,7 @@ do if [ "$?" = "0" ] then - if [ -x /usr/bin/stunnel ]; then + if [ -x /usr/bin/openssl ]; then USEOPENSSLFORXCAT=1 export USEOPENSSLFORXCAT else