diff options
| author | jsing <> | 2023-02-16 10:54:20 +0000 |
|---|---|---|
| committer | jsing <> | 2023-02-16 10:54:20 +0000 |
| commit | 95c0ed9385b76741de79e6270c2ff6c36a289b02 (patch) | |
| tree | 92529f95dff9e284f4f466df3e3eacd35868e828 /src | |
| parent | d35b9335195e893a1f5798a0928ff46db9c39e43 (diff) | |
| download | openbsd-95c0ed9385b76741de79e6270c2ff6c36a289b02.tar.gz openbsd-95c0ed9385b76741de79e6270c2ff6c36a289b02.tar.bz2 openbsd-95c0ed9385b76741de79e6270c2ff6c36a289b02.zip | |
Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/bn/arch/amd64/word_clz.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/arch/amd64/word_clz.S b/src/lib/libcrypto/bn/arch/amd64/word_clz.S index 6b57d69303..025e98f9cb 100644 --- a/src/lib/libcrypto/bn/arch/amd64/word_clz.S +++ b/src/lib/libcrypto/bn/arch/amd64/word_clz.S | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | // Microsoft x64 ABI: RCX = a, returns RAX | 22 | // Microsoft x64 ABI: RCX = a, returns RAX |
| 23 | // ---------------------------------------------------------------------------- | 23 | // ---------------------------------------------------------------------------- |
| 24 | 24 | ||
| 25 | #include "_internal_s2n_bignum.h" | 25 | #include "s2n_bignum_internal.h" |
| 26 | 26 | ||
| 27 | .intel_syntax noprefix | 27 | .intel_syntax noprefix |
| 28 | S2N_BN_SYM_VISIBILITY_DIRECTIVE(word_clz) | 28 | S2N_BN_SYM_VISIBILITY_DIRECTIVE(word_clz) |
