diff --git a/Configure b/Configure index 6fad77b016..af14a59778 100755 --- a/Configure +++ b/Configure @@ -755,9 +755,11 @@ EOF &dofile("tools/c_rehash",$openssldir,'^DIR=', 'DIR=%s',); if ( $perl =~ m@^/@) { &dofile("apps/der_chop",$perl,'^#!/', '#!%s'); + &dofile("apps/CA.pl",$perl,'^#!/', '#!%s'); } else { # No path for Perl known ... &dofile("apps/der_chop",'/usr/local/bin/perl','^#!/', '#!%s'); + &dofile("apps/CA.pl",'/usr/local/bin/perl','^#!/', '#!%s'); } } diff --git a/apps/CA.pl b/apps/CA.pl.in old mode 100755 new mode 100644 similarity index 100% rename from apps/CA.pl rename to apps/CA.pl.in