eng_aesni.c: add evp_local.h so it compiles again.
authortb <tb@openbsd.org>
Thu, 20 Jul 2023 14:17:13 +0000 (14:17 +0000)
committertb <tb@openbsd.org>
Thu, 20 Jul 2023 14:17:13 +0000 (14:17 +0000)
lib/libcrypto/engine/eng_aesni.c

index cce4203..513f5a7 100644 (file)
@@ -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 <ying.huang@intel.com>
@@ -85,6 +85,8 @@
 #include <openssl/err.h>
 #include <openssl/evp.h>
 
+#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! */