From 8c38c49aaf7e6988e3a85bf63f57c7bc29079fa1 Mon Sep 17 00:00:00 2001 From: jsing Date: Thu, 16 Feb 2023 10:54:20 +0000 Subject: [PATCH] Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h. --- lib/libcrypto/bn/arch/amd64/word_clz.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libcrypto/bn/arch/amd64/word_clz.S b/lib/libcrypto/bn/arch/amd64/word_clz.S index 6b57d693030..025e98f9cb0 100644 --- a/lib/libcrypto/bn/arch/amd64/word_clz.S +++ b/lib/libcrypto/bn/arch/amd64/word_clz.S @@ -22,7 +22,7 @@ // Microsoft x64 ABI: RCX = a, returns RAX // ---------------------------------------------------------------------------- -#include "_internal_s2n_bignum.h" +#include "s2n_bignum_internal.h" .intel_syntax noprefix S2N_BN_SYM_VISIBILITY_DIRECTIVE(word_clz) -- 2.20.1