From a75a07c9d53bf7f5f7c73650fec4ba578b806405 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 4 Dec 2021 16:08:32 +0000 Subject: Add #include "bn_lcl.h" to the files that will soon need it. ok inoguchi jsing --- src/lib/libcrypto/ts/ts_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/ts/ts_lib.c') diff --git a/src/lib/libcrypto/ts/ts_lib.c b/src/lib/libcrypto/ts/ts_lib.c index cdfa9db351..b6d50a36fa 100644 --- a/src/lib/libcrypto/ts/ts_lib.c +++ b/src/lib/libcrypto/ts/ts_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_lib.c,v 1.11 2021/11/01 20:53:08 tb Exp $ */ +/* $OpenBSD: ts_lib.c,v 1.12 2021/12/04 16:08:32 tb Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ @@ -64,6 +64,7 @@ #include #include +#include "bn_lcl.h" #include "x509_lcl.h" /* Local function declarations. */ -- cgit v1.2.3-55-g6feb