From 9830c0c2f4e3fa77a560c7038e2da35bbc8c1088 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 27 Dec 2016 16:05:57 +0000 Subject: Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been nothing but markers for utils/mkstack.pl... and we removed the code that generated more macros from these markers in 2014. --- src/lib/libcrypto/ts/ts.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/lib/libcrypto/ts') diff --git a/src/lib/libcrypto/ts/ts.h b/src/lib/libcrypto/ts/ts.h index 4457d30dd7..a8d2281b7a 100644 --- a/src/lib/libcrypto/ts/ts.h +++ b/src/lib/libcrypto/ts/ts.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.h,v 1.7 2014/07/10 22:45:58 jsing Exp $ */ +/* $OpenBSD: ts.h,v 1.8 2016/12/27 16:05:57 jsing Exp $ */ /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL * project 2002, 2003, 2004. */ @@ -211,7 +211,6 @@ typedef struct TS_status_info_st { } TS_STATUS_INFO; DECLARE_STACK_OF(ASN1_UTF8STRING) -DECLARE_ASN1_SET_OF(ASN1_UTF8STRING) /* TimeStampResp ::= SEQUENCE { @@ -252,7 +251,6 @@ typedef struct ESS_cert_id { } ESS_CERT_ID; DECLARE_STACK_OF(ESS_CERT_ID) -DECLARE_ASN1_SET_OF(ESS_CERT_ID) /* SigningCertificate ::= SEQUENCE { @@ -514,7 +512,6 @@ typedef struct TS_resp_ctx { } TS_RESP_CTX; DECLARE_STACK_OF(EVP_MD) -DECLARE_ASN1_SET_OF(EVP_MD) /* Creates a response context that can be used for generating responses. */ TS_RESP_CTX *TS_RESP_CTX_new(void); -- cgit v1.2.3-55-g6feb