summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-05-22 14:42:21 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-05-24 17:39:37 +0200
commit6e15b81c340e8124e45a92a2dbcd923c2ba4e79f (patch)
tree69f9cf03e96d8b4b4198cd3bb985dc4c1487f1a6 /include
parent5e5bc836fbc5b1c0af428864f5286bbb225f7baf (diff)
Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/crmf.h
fixes #11818 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11911)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crmf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/crmf.h b/include/openssl/crmf.h
index 28eb68258f..d262a9b759 100644
--- a/include/openssl/crmf.h
+++ b/include/openssl/crmf.h
@@ -51,6 +51,7 @@ typedef struct ossl_crmf_poposigningkey_st OSSL_CRMF_POPOSIGNINGKEY;
typedef struct ossl_crmf_certrequest_st OSSL_CRMF_CERTREQUEST;
typedef struct ossl_crmf_certid_st OSSL_CRMF_CERTID;
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_CERTID)
+DECLARE_ASN1_DUP_FUNCTION(OSSL_CRMF_CERTID)
DEFINE_OR_DECLARE_STACK_OF(OSSL_CRMF_CERTID)
typedef struct ossl_crmf_pkipublicationinfo_st OSSL_CRMF_PKIPUBLICATIONINFO;