From b5f07d6a66df963e45a5f7fe23329009b12bdf87 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 12 Mar 2015 14:12:17 +0000 Subject: Remove obsolete declarations. Remove DECLARE_ASN1_SET_OF and DECLARE_PKCS12_STACK_OF these haven't been used internally in OpenSSL for some time. Reviewed-by: Rich Salz --- crypto/ocsp/ocsp.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/ocsp') diff --git a/crypto/ocsp/ocsp.h b/crypto/ocsp/ocsp.h index 699978859f..ab45db4544 100644 --- a/crypto/ocsp/ocsp.h +++ b/crypto/ocsp/ocsp.h @@ -100,7 +100,6 @@ DECLARE_STACK_OF(OCSP_CERTID) typedef struct ocsp_one_request_st OCSP_ONEREQ; DECLARE_STACK_OF(OCSP_ONEREQ) -DECLARE_ASN1_SET_OF(OCSP_ONEREQ) typedef struct ocsp_req_info_st OCSP_REQINFO; typedef struct ocsp_signature_st OCSP_SIGNATURE; @@ -131,7 +130,6 @@ typedef struct ocsp_cert_status_st OCSP_CERTSTATUS; typedef struct ocsp_single_response_st OCSP_SINGLERESP; DECLARE_STACK_OF(OCSP_SINGLERESP) -DECLARE_ASN1_SET_OF(OCSP_SINGLERESP) typedef struct ocsp_response_data_st OCSP_RESPDATA; -- cgit v1.2.3