From df2ee0e27d2db02660c1d15fe6a3e38be9df0a60 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 5 Sep 2015 13:32:58 +0100 Subject: Enable -Wmissing-variable-declarations and -Wincompatible-pointer-types-discards-qualifiers (the latter did not require any code changes). Reviewed-by: Rich Salz --- crypto/cms/cms_dd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/cms/cms_dd.c') diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c index d4067859a3..7609b6f8d4 100644 --- a/crypto/cms/cms_dd.c +++ b/crypto/cms/cms_dd.c @@ -60,8 +60,6 @@ #include #include "cms_lcl.h" -DECLARE_ASN1_ITEM(CMS_DigestedData) - /* CMS DigestedData Utilities */ CMS_ContentInfo *cms_DigestedData_create(const EVP_MD *md) -- cgit v1.2.3