Loading crypto/Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ x86_64cpuid.s: x86_64cpuid.pl ia64cpuid.s: ia64cpuid.S $(CC) $(CFLAGS) -E ia64cpuid.S > $@ ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@ alphacpuid.s: alphacpuid.pl $(PERL) $< | $(CC) -E - | tee $@ > /dev/null testapps: [ -z "$(THIS)" ] || ( if echo $(SDIRS) | fgrep ' des '; \ Loading crypto/alphacpuid.s→crypto/alphacpuid.pl +3 −0 Original line number Diff line number Diff line #!/usr/bin/env perl print <<___; .text .set noat Loading Loading @@ -123,3 +125,4 @@ OPENSSL_cleanse: br .Little .Ldone: ret ($26) .end OPENSSL_cleanse ___ Loading
crypto/Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -75,6 +75,8 @@ x86_64cpuid.s: x86_64cpuid.pl ia64cpuid.s: ia64cpuid.S $(CC) $(CFLAGS) -E ia64cpuid.S > $@ ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@ alphacpuid.s: alphacpuid.pl $(PERL) $< | $(CC) -E - | tee $@ > /dev/null testapps: [ -z "$(THIS)" ] || ( if echo $(SDIRS) | fgrep ' des '; \ Loading
crypto/alphacpuid.s→crypto/alphacpuid.pl +3 −0 Original line number Diff line number Diff line #!/usr/bin/env perl print <<___; .text .set noat Loading Loading @@ -123,3 +125,4 @@ OPENSSL_cleanse: br .Little .Ldone: ret ($26) .end OPENSSL_cleanse ___