Fix include.
authorjsing <jsing@openbsd.org>
Sat, 21 Jan 2023 16:35:18 +0000 (16:35 +0000)
committerjsing <jsing@openbsd.org>
Sat, 21 Jan 2023 16:35:18 +0000 (16:35 +0000)
lib/libcrypto/bn/arch/amd64/bignum_sqr.S

index 43df867..2e05b9c 100644 (file)
@@ -26,7 +26,7 @@
 // Microsoft x64 ABI:   RCX = k, RDX = z, R8 = n, R9 = x
 // ----------------------------------------------------------------------------
 
-#include "_internal_s2n_bignum.h"
+#include "s2n_bignum_internal.h"
 
         .intel_syntax noprefix
         S2N_BN_SYM_VISIBILITY_DIRECTIVE(bignum_sqr)