From 90a37ce389182cfdbf347c3a85317524a2d0e39a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 27 Apr 2020 11:59:17 +0200 Subject: [PATCH] include/openssl/ts.h: clean away a misplaced EVP_MD stack definition Reviewed-by: Shane Lontis Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/11655) --- include/openssl/ts.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/openssl/ts.h b/include/openssl/ts.h index bf8f236cf3..c4d96d8b8e 100644 --- a/include/openssl/ts.h +++ b/include/openssl/ts.h @@ -37,8 +37,6 @@ extern "C" { # include # include -DEFINE_OR_DECLARE_STACK_OF(EVP_MD) - typedef struct TS_msg_imprint_st TS_MSG_IMPRINT; typedef struct TS_req_st TS_REQ; typedef struct TS_accuracy_st TS_ACCURACY; -- 2.34.1