mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Typo in OCSP ASN1 module
This commit is contained in:
parent
8d6fc30bc7
commit
491659c436
@ -117,7 +117,7 @@ IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPONSE)
|
||||
|
||||
ASN1_CHOICE(OCSP_RESPID) = {
|
||||
ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
|
||||
ASN1_IMP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
|
||||
ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
|
||||
} ASN1_CHOICE_END(OCSP_RESPID)
|
||||
|
||||
IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID)
|
||||
|
Loading…
Reference in New Issue
Block a user