From daec249cc060062df49d08004b26c0e3d5e858b7 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Tue, 15 May 2018 23:16:57 +0200 Subject: [PATCH] Fix previous --- cms/lib/cms_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/lib/cms_lib.c b/cms/lib/cms_lib.c index 67edf07..0e0d9fc 100644 --- a/cms/lib/cms_lib.c +++ b/cms/lib/cms_lib.c @@ -387,7 +387,7 @@ int cms_DigestAlgorithm_find_ctx(EVP_MD_CTX *mctx, BIO *chain, #if LIBRESSL_VERSION_NUMBER >= 0x2080000fL const ASN1_OBJECT *mdoid; #else - const ASN1_OBJECT *mdoid; + ASN1_OBJECT *mdoid; #endif X509_ALGOR_get0(&mdoid, NULL, NULL, mdalg); nid = OBJ_obj2nid(mdoid);