Codebase list openssl / upstream/1.1.1g tools / build.info
upstream/1.1.1g

Tree @upstream/1.1.1g (Download .tar.gz)

build.info @upstream/1.1.1graw · history · blame

1
2
3
4
5
6
7
{- our $c_rehash_name =
       $config{target} =~ /^(VC|vms)-/ ? "c_rehash.pl" : "c_rehash";
   "" -}
IF[{- !$disabled{apps} -}]
  SCRIPTS={- $c_rehash_name -}
  SOURCE[{- $c_rehash_name -}]=c_rehash.in
ENDIF