From 6e15b81c340e8124e45a92a2dbcd923c2ba4e79f Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Fri, 22 May 2020 14:42:21 +0200 Subject: Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/crmf.h fixes #11818 Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11911) --- crypto/crmf/crmf_local.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/crmf') diff --git a/crypto/crmf/crmf_local.h b/crypto/crmf/crmf_local.h index a367d77727..b4d669875c 100644 --- a/crypto/crmf/crmf_local.h +++ b/crypto/crmf/crmf_local.h @@ -108,7 +108,6 @@ struct ossl_crmf_certid_st { GENERAL_NAME *issuer; ASN1_INTEGER *serialNumber; } /* OSSL_CRMF_CERTID */; -DECLARE_ASN1_DUP_FUNCTION(OSSL_CRMF_CERTID) /*- * SinglePubInfo ::= SEQUENCE { -- cgit v1.2.3