diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2009-04-23 18:32:42 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2009-04-23 18:32:42 +0200 |
commit | ef236ec3b26300c0a18872c432122a74f9d5459e (patch) | |
tree | eeaaa927765ca06f61c1b559b3fff5263a6b5654 /tools/c_rehash.in | |
parent | Updates from 1.0.0-stable branch. (diff) | |
download | openssl-ef236ec3b26300c0a18872c432122a74f9d5459e.tar.xz openssl-ef236ec3b26300c0a18872c432122a74f9d5459e.zip |
Merge from 1.0.0-stable branch.
Diffstat (limited to 'tools/c_rehash.in')
-rw-r--r-- | tools/c_rehash.in | 1 |
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; } } |