From 22135a8d78d5205a2d4c3fd6edfb474e8fa306f6 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 20 Jul 2023 14:17:13 +0000 Subject: [PATCH] eng_aesni.c: add evp_local.h so it compiles again. --- lib/libcrypto/engine/eng_aesni.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/engine/eng_aesni.c b/lib/libcrypto/engine/eng_aesni.c index cce4203bc42..513f5a7ec53 100644 --- a/lib/libcrypto/engine/eng_aesni.c +++ b/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! */ -- 2.20.1