bin/shell
changeset 4 04c4e7da49ff
equal deleted inserted replaced
3:6657142678fa 4:04c4e7da49ff
       
     1 #! /bin/bash
       
     2 export OPENSSL_CONF=$(dirname $(cd $(dirname $0) && pwd))/conf/openssl.cnf
       
     3 echo using $OPENSSL_CONF
       
     4 export PS1="SSL $PS1"
       
     5 
       
     6 diff /usr/lib/ssl/openssl.cnf $OPENSSL_CONF.orig || exit
       
     7 
       
     8 exec bash