Loading util/mk1mf.pl +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ my %mf_import = ( ENGINES_ASM_OBJ=> \$mf_engines_asm, BASEADDR => \$baseaddr, FIPSDIR => \$fipsdir, EC_ASM => \$mf_ec_asm, ); open(IN,"<Makefile") || die "unable to open Makefile!\n"; Loading Loading @@ -730,6 +731,7 @@ if ($orig_platform eq 'copy') { $lib_obj{CRYPTO} .= fix_asm($mf_engines_asm, 'engines'); $lib_obj{CRYPTO} .= fix_asm($mf_rc4_asm, 'crypto/rc4'); $lib_obj{CRYPTO} .= fix_asm($mf_modes_asm, 'crypto/modes'); $lib_obj{CRYPTO} .= fix_asm($mf_ec_asm, 'crypto/ec'); } foreach (values %lib_nam) Loading util/pl/unix.pl +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ $bf_enc_src=""; 'aesni-mb-x86_64' => 'crypto/aes', 'sha1-mb-x86_64' => 'crypto/sha', 'sha256-mb-x86_64' => 'crypto/sha', 'ecp_nistz256-x86_64' => 'crypto/ec', ); # If I were feeling more clever, these could probably be extracted Loading Loading
util/mk1mf.pl +2 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ my %mf_import = ( ENGINES_ASM_OBJ=> \$mf_engines_asm, BASEADDR => \$baseaddr, FIPSDIR => \$fipsdir, EC_ASM => \$mf_ec_asm, ); open(IN,"<Makefile") || die "unable to open Makefile!\n"; Loading Loading @@ -730,6 +731,7 @@ if ($orig_platform eq 'copy') { $lib_obj{CRYPTO} .= fix_asm($mf_engines_asm, 'engines'); $lib_obj{CRYPTO} .= fix_asm($mf_rc4_asm, 'crypto/rc4'); $lib_obj{CRYPTO} .= fix_asm($mf_modes_asm, 'crypto/modes'); $lib_obj{CRYPTO} .= fix_asm($mf_ec_asm, 'crypto/ec'); } foreach (values %lib_nam) Loading
util/pl/unix.pl +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ $bf_enc_src=""; 'aesni-mb-x86_64' => 'crypto/aes', 'sha1-mb-x86_64' => 'crypto/sha', 'sha256-mb-x86_64' => 'crypto/sha', 'ecp_nistz256-x86_64' => 'crypto/ec', ); # If I were feeling more clever, these could probably be extracted Loading