-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
issue: bug reportThe issue was opened to report a bugThe issue was opened to report a bug
Description
openssl/crypto/crmf/crmf_local.h
Lines 107 to 111 in 63f1883
| struct ossl_crmf_certid_st { | |
| GENERAL_NAME *issuer; | |
| ASN1_INTEGER *serialNumber; | |
| } /* OSSL_CRMF_CERTID */; | |
| DECLARE_ASN1_DUP_FUNCTION(OSSL_CRMF_CERTID) |
openssl/crypto/cmp/cmp_local.h
Lines 281 to 286 in 63f1883
| struct ossl_cmp_pkisi_st { | |
| OSSL_CMP_PKISTATUS *status; | |
| OSSL_CMP_PKIFREETEXT *statusString; | |
| OSSL_CMP_PKIFAILUREINFO *failInfo; | |
| } /* OSSL_CMP_PKISI */; | |
| DECLARE_ASN1_DUP_FUNCTION(OSSL_CRMF_CERTID) |
Hi,@DDvO The file 'crmf_local.h line' 111 and The file 'cmf_local.h line 286' is repeated declaration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
issue: bug reportThe issue was opened to report a bugThe issue was opened to report a bug