diff options
Diffstat (limited to 'src/lib')
-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) |