From c1ae4c3a2dcb48029aaea219cb195e9dfe1d093d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 12 Dec 2021 21:30:14 +0000 Subject: 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 --- src/lib/libcrypto/rsa/rsa_oaep.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rsa/rsa_oaep.c') diff --git a/src/lib/libcrypto/rsa/rsa_oaep.c b/src/lib/libcrypto/rsa/rsa_oaep.c index e54600b094..aa37868950 100644 --- a/src/lib/libcrypto/rsa/rsa_oaep.c +++ b/src/lib/libcrypto/rsa/rsa_oaep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsa_oaep.c,v 1.33 2019/10/17 14:31:56 jsing Exp $ */ +/* $OpenBSD: rsa_oaep.c,v 1.34 2021/12/12 21:30:14 tb Exp $ */ /* * Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved. * @@ -80,6 +80,7 @@ #include #include "constant_time_locl.h" +#include "evp_locl.h" #include "rsa_locl.h" int -- cgit v1.2.3-55-g6feb