Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
monitoring
>
openssl1
> openssl1-c_rehash.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File openssl1-c_rehash.patch of Package openssl1
Index: openssl-1.0.1f/tools/c_rehash.in =================================================================== --- openssl-1.0.1f.orig/tools/c_rehash.in +++ openssl-1.0.1f/tools/c_rehash.in @@ -12,7 +12,7 @@ my $prefix; if(defined $ENV{OPENSSL}) { $openssl = $ENV{OPENSSL}; } else { - $openssl = "openssl"; + $openssl = "openssl1"; $ENV{OPENSSL} = $openssl; }