summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-12-12 21:30:15 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-12-12 21:30:15 +0000
commit5bed0d16fe0cc252bb6b0331b588dc6b5c1eef52 (patch)
tree87d81e92092afd5c7b84e47f045771e2f0d46f2f /lib/libcrypto/engine
parent1b6ffd98275fe29678f58b934b76998cc2b2f18e (diff)
Include evp_locl.h where it will be needed once most structs from
evp.h will be moved to evp_locl.h in an upcoming bump. ok inoguchi
Diffstat (limited to 'lib/libcrypto/engine')
-rw-r--r--lib/libcrypto/engine/eng_openssl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/eng_openssl.c b/lib/libcrypto/engine/eng_openssl.c
index f8f6c8f58cd..8bc508f7a48 100644
--- a/lib/libcrypto/engine/eng_openssl.c
+++ b/lib/libcrypto/engine/eng_openssl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eng_openssl.c,v 1.13 2018/04/14 07:18:37 tb Exp $ */
+/* $OpenBSD: eng_openssl.c,v 1.14 2021/12/12 21:30:13 tb Exp $ */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
@@ -84,6 +84,8 @@
#include <openssl/rsa.h>
#endif
+#include "evp_locl.h"
+
/* This testing gunk is implemented (and explained) lower down. It also assumes
* the application explicitly calls "ENGINE_load_openssl()" because this is no
* longer automatic in ENGINE_load_builtin_engines(). */