Revision 32df13497a1f1d7ef90a9c0b3128f65d18ab0086 authored by Bernd Edlinger on 30 May 2020, 07:57:29 UTC, committed by Bernd Edlinger on 01 June 2020, 20:52:06 UTC
This is left over from the past.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11995)
1 parent 41dccd6
Raw File
build.info
{- 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
back to top