Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.
authorjsing <jsing@openbsd.org>
Thu, 16 Feb 2023 10:54:20 +0000 (10:54 +0000)
committerjsing <jsing@openbsd.org>
Thu, 16 Feb 2023 10:54:20 +0000 (10:54 +0000)
lib/libcrypto/bn/arch/amd64/word_clz.S

index 6b57d69..025e98f 100644 (file)
@@ -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)