summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-03-09 11:08:17 +0100
committerBen Laurie <ben@openssl.org>1999-03-09 11:08:17 +0100
commit5d11adc8afaed05da74889b54e6096ef5251fa59 (patch)
tree24014913ed04fc11e5070a986b93bb492be62d9e /tools
parentComment out two unimplemented functions from bio.h. Attempt to get the (diff)
downloadopenssl-5d11adc8afaed05da74889b54e6096ef5251fa59.tar.xz
openssl-5d11adc8afaed05da74889b54e6096ef5251fa59.zip
Correct English.
Diffstat (limited to 'tools')
-rw-r--r--tools/c_rehash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c_rehash b/tools/c_rehash
index 739a2de550..cc3b65871f 100644
--- a/tools/c_rehash
+++ b/tools/c_rehash
@@ -20,7 +20,7 @@ if [ ! -f "$OPENSSL" ]; then
fi
done
if [ $found = 0 ]; then
- echo "c_rehash: rehashing skipped ('openssl' program still not available)" 1>&2
+ echo "c_rehash: rehashing skipped ('openssl' program not available)" 1>&2
exit 0
fi
fi