commit | 58964a492275ca9a59a0cd9c8155cb2491b4b909 | [log] [tgz] |
---|---|---|
author | Ralf S. Engelschall <rse@openssl.org> | Mon Dec 21 10:56:39 1998 +0000 |
committer | Ralf S. Engelschall <rse@openssl.org> | Mon Dec 21 10:56:39 1998 +0000 |
tree | c7b16876a5789463bbbb468ef4829c8129b3d718 | |
parent | d02b48c63a58ea4367a0e905979f140b7d090f86 [diff] [blame] |
Import of old SSLeay release: SSLeay 0.9.0b
diff --git a/tools/c_rehash b/tools/c_rehash index 0076001..cd4e26a 100644 --- a/tools/c_rehash +++ b/tools/c_rehash
@@ -4,12 +4,12 @@ # on the command line. # -if [ "$SSLEAY"x = "x" ]; then +if [ "$SSLEAY"x = "x" -o ! -x $SSLEAY ]; then SSLEAY='ssleay' export SSLEAY fi DIR=/usr/local/ssl -#PATH=$DIR/bin:$PATH +PATH=$DIR/bin:$PATH SSL_DIR=$DIR/certs