From b9750dad90805ab9064b083f792c0c680759708a Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 30 Jun 2022 11:14:47 +0000 Subject: Replace obj_mac.h with object.h Pointed out by and ok jsing --- src/lib/libcrypto/ct/ct_sct_ctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ct') diff --git a/src/lib/libcrypto/ct/ct_sct_ctx.c b/src/lib/libcrypto/ct/ct_sct_ctx.c index 1863058ded..b2b6d4e269 100644 --- a/src/lib/libcrypto/ct/ct_sct_ctx.c +++ b/src/lib/libcrypto/ct/ct_sct_ctx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ct_sct_ctx.c,v 1.5 2021/12/18 16:34:52 tb Exp $ */ +/* $OpenBSD: ct_sct_ctx.c,v 1.6 2022/06/30 11:14:47 tb Exp $ */ /* * Written by Rob Stradling (rob@comodo.com) and Stephen Henson * (steve@openssl.org) for the OpenSSL project 2014. @@ -65,7 +65,7 @@ #include #include -#include +#include #include #include "ct_local.h" -- cgit v1.2.3-55-g6feb