From 2ff796228545d91878cdda87d6e7baee806fb5ba Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 20 Jul 2023 14:17:13 +0000 Subject: eng_aesni.c: add evp_local.h so it compiles again. --- src/lib/libcrypto/engine/eng_aesni.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/engine/eng_aesni.c b/src/lib/libcrypto/engine/eng_aesni.c index cce4203bc4..513f5a7ec5 100644 --- a/src/lib/libcrypto/engine/eng_aesni.c +++ b/src/lib/libcrypto/engine/eng_aesni.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eng_aesni.c,v 1.12 2022/12/26 07:18:51 jmc Exp $ */ +/* $OpenBSD: eng_aesni.c,v 1.13 2023/07/20 14:17:13 tb Exp $ */ /* * Support for Intel AES-NI instruction set * Author: Huang Ying @@ -85,6 +85,8 @@ #include #include +#include "evp_local.h" + /* AES-NI is available *ONLY* on some x86 CPUs. Not only that it doesn't exist elsewhere, but it even can't be compiled on other platforms! */ -- cgit v1.2.3-55-g6feb