diff options
Diffstat (limited to 'mail/cone/scripts/c_rehash')
-rw-r--r-- | mail/cone/scripts/c_rehash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cone/scripts/c_rehash b/mail/cone/scripts/c_rehash index e5ef9d224ed7..913d598e754a 100644 --- a/mail/cone/scripts/c_rehash +++ b/mail/cone/scripts/c_rehash @@ -21,7 +21,7 @@ if(! -f $openssl) { if(-f "$_/$openssl") { $found = 1; last; - } + } } if($found == 0) { print STDERR "c_rehash: rehashing skipped ('openssl' program not available)\n"; |