summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ts
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/ts
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/ts')
-rw-r--r--lib/libcrypto/ts/ts_rsp_sign.c3
-rw-r--r--lib/libcrypto/ts/ts_rsp_verify.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/ts/ts_rsp_sign.c b/lib/libcrypto/ts/ts_rsp_sign.c
index cbd7039abe2..470cbfb7ea4 100644
--- a/lib/libcrypto/ts/ts_rsp_sign.c
+++ b/lib/libcrypto/ts/ts_rsp_sign.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts_rsp_sign.c,v 1.25 2021/11/04 23:52:34 beck Exp $ */
+/* $OpenBSD: ts_rsp_sign.c,v 1.26 2021/12/12 21:30:14 tb Exp $ */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2002.
*/
@@ -65,6 +65,7 @@
#include <openssl/pkcs7.h>
#include <openssl/ts.h>
+#include "evp_locl.h"
#include "x509_lcl.h"
/* Private function declarations. */
diff --git a/lib/libcrypto/ts/ts_rsp_verify.c b/lib/libcrypto/ts/ts_rsp_verify.c
index 07578945cb3..8b15760be97 100644
--- a/lib/libcrypto/ts/ts_rsp_verify.c
+++ b/lib/libcrypto/ts/ts_rsp_verify.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts_rsp_verify.c,v 1.23 2021/11/04 23:52:34 beck Exp $ */
+/* $OpenBSD: ts_rsp_verify.c,v 1.24 2021/12/12 21:30:14 tb Exp $ */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2002.
*/
@@ -64,6 +64,7 @@
#include <openssl/pkcs7.h>
#include <openssl/ts.h>
+#include "evp_locl.h"
#include "x509_lcl.h"
/* Private function declarations. */