diff options
author | jsing <> | 2023-01-21 16:35:18 +0000 |
---|---|---|
committer | jsing <> | 2023-01-21 16:35:18 +0000 |
commit | cdd461f3bf011a80244f338fc4037ed59432b899 (patch) | |
tree | 3523948eec98948dbe7228491ab8cf676cef6450 /src/lib | |
parent | f865a57a7c24b205a5dc0823fc6d9ea0fcf9eb1f (diff) | |
download | openbsd-cdd461f3bf011a80244f338fc4037ed59432b899.tar.gz openbsd-cdd461f3bf011a80244f338fc4037ed59432b899.tar.bz2 openbsd-cdd461f3bf011a80244f338fc4037ed59432b899.zip |
Fix include.
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) |