diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S index 43df867588..2e05b9c179 100644 --- a/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S +++ b/src/lib/libcrypto/bn/arch/amd64/bignum_sqr.S | |||
@@ -26,7 +26,7 @@ | |||
26 | // Microsoft x64 ABI: RCX = k, RDX = z, R8 = n, R9 = x | 26 | // Microsoft x64 ABI: RCX = k, RDX = z, R8 = n, R9 = x |
27 | // ---------------------------------------------------------------------------- | 27 | // ---------------------------------------------------------------------------- |
28 | 28 | ||
29 | #include "_internal_s2n_bignum.h" | 29 | #include "s2n_bignum_internal.h" |
30 | 30 | ||
31 | .intel_syntax noprefix | 31 | .intel_syntax noprefix |
32 | S2N_BN_SYM_VISIBILITY_DIRECTIVE(bignum_sqr) | 32 | S2N_BN_SYM_VISIBILITY_DIRECTIVE(bignum_sqr) |