From: Richard Levitte Date: Mon, 27 Apr 2020 09:59:17 +0000 (+0200) Subject: include/openssl/ts.h: clean away a misplaced EVP_MD stack definition X-Git-Tag: openssl-3.0.0-alpha2~141 X-Git-Url: https://git.openssl.org/gitweb/?a=commitdiff_plain;h=90a37ce389182cfdbf347c3a85317524a2d0e39a;p=openssl.git 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) --- 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;