summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-23 16:32:42 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-23 16:32:42 +0000
commitef236ec3b26300c0a18872c432122a74f9d5459e (patch)
treeeeaaa927765ca06f61c1b559b3fff5263a6b5654 /tools
parent8711efb4984b66a901b543d1b5d96fc5b6928d10 (diff)
downloadopenssl-new-ef236ec3b26300c0a18872c432122a74f9d5459e.tar.gz
Merge from 1.0.0-stable branch.
Diffstat (limited to 'tools')
-rw-r--r--tools/c_rehash.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/c_rehash.in b/tools/c_rehash.in
index 96a73aeedd..6dd3c24fc1 100644
--- a/tools/c_rehash.in
+++ b/tools/c_rehash.in
@@ -31,6 +31,7 @@ if(! -x $openssl) {
foreach (split /$path_delim/, $ENV{PATH}) {
if(-x "$_/$openssl") {
$found = 1;
+ $openssl = "$_/$openssl";
last;
}
}