Skip to content

Commit

Permalink
fips builds require subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
pittma committed Oct 31, 2023
1 parent e1d59bf commit c64ef32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions crypto/fipsmodule/bn/asm/rsaz-2k-avx512.pl
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ sub amm52x20_x1_norm {
___

$code.=<<___;
.data
.section .rodata
.align 32
.Lmask52x4:
.quad 0xfffffffffffff
Expand Down Expand Up @@ -597,7 +597,7 @@ sub amm52x20_x1_norm {
.size ossl_extract_multiplier_2x20_win5, .-ossl_extract_multiplier_2x20_win5
___
$code.=<<___;
.data
.section .rodata
.align 32
.Lones:
.quad 1,1,1,1
Expand Down
4 changes: 2 additions & 2 deletions crypto/fipsmodule/bn/asm/rsaz-3k-avx512.pl
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ sub amm52x30_x1_norm {
___

$code.=<<___;
.data
.section .rodata
.align 32
.Lmask52x4:
.quad 0xfffffffffffff
Expand Down Expand Up @@ -738,7 +738,7 @@ sub amm52x30_x1_norm {
.size ossl_extract_multiplier_2x30_win5, .-ossl_extract_multiplier_2x30_win5
___
$code.=<<___;
.data
.section .rodata
.align 32
.Lones:
.quad 1,1,1,1
Expand Down
4 changes: 2 additions & 2 deletions crypto/fipsmodule/bn/asm/rsaz-4k-avx512.pl
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ sub amm52x40_x1_norm {
___

$code.=<<___;
.data
.section .rodata
.align 32
.Lmask52x4:
.quad 0xfffffffffffff
Expand Down Expand Up @@ -794,7 +794,7 @@ ()
.size ossl_extract_multiplier_2x40_win5, .-ossl_extract_multiplier_2x40_win5
___
$code.=<<___;
.data
.section .rodata
.align 32
.Lones:
.quad 1,1,1,1
Expand Down

0 comments on commit c64ef32

Please sign in to comment.