Some comments.
[openssl.git] / tools / c_rehash
index cc3b65871f06a8987e9509ebe32de9244bd4221a..d89ab38e645d277b52df0c37847ef1ef444abb07 100644 (file)
@@ -8,7 +8,7 @@ if [ "$OPENSSL"x = "x" -o ! -x "$OPENSSL" ]; then
        OPENSSL='openssl'
        export OPENSSL
 fi
-DIR=/usr/local/ssl
+DIR=/usr/ssl
 PATH=$DIR/bin:$PATH
 
 if [ ! -f "$OPENSSL" ]; then