From 727d040aad78fde5a0f1d575255736d37d0c721c 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/ecdh/ech_key.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ecdh') diff --git a/src/lib/libcrypto/ecdh/ech_key.c b/src/lib/libcrypto/ecdh/ech_key.c index 797cb01891..ee78905848 100644 --- a/src/lib/libcrypto/ecdh/ech_key.c +++ b/src/lib/libcrypto/ecdh/ech_key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ech_key.c,v 1.12 2021/12/04 16:08:32 tb Exp $ */ +/* $OpenBSD: ech_key.c,v 1.13 2022/06/30 11:14:47 tb Exp $ */ /* ==================================================================== * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. * @@ -74,7 +74,7 @@ #include #include -#include +#include #include #include "bn_lcl.h" -- cgit v1.2.3-55-g6feb