From d604767b3782a7a003bea4677652538af9e3bd8e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 5 Dec 2025 14:07:01 +0000 Subject: bn_word.c: include bn_local.h in preparation for an upcoming change --- src/regress/lib/libcrypto/bn/bn_word.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/bn/bn_word.c b/src/regress/lib/libcrypto/bn/bn_word.c index 2ec518ed1b..433a8a3ba6 100644 --- a/src/regress/lib/libcrypto/bn/bn_word.c +++ b/src/regress/lib/libcrypto/bn/bn_word.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_word.c,v 1.2 2024/08/23 12:56:26 anton Exp $ */ +/* $OpenBSD: bn_word.c,v 1.3 2025/12/05 14:07:01 tb Exp $ */ /* * Copyright (c) 2023 Joel Sing * @@ -20,6 +20,8 @@ #include +#include "bn_local.h" + struct bn_word_test { const char *in_hex; BN_ULONG in_word; -- cgit v1.2.3-55-g6feb