diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_cpols.c')
| -rw-r--r-- | src/lib/libcrypto/x509v3/v3_cpols.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_cpols.c b/src/lib/libcrypto/x509v3/v3_cpols.c index 5ca001ad55..216e91c040 100644 --- a/src/lib/libcrypto/x509v3/v3_cpols.c +++ b/src/lib/libcrypto/x509v3/v3_cpols.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: v3_cpols.c,v 1.23 2015/09/30 18:21:50 jsing Exp $ */ | 1 | /* $OpenBSD: v3_cpols.c,v 1.24 2016/12/30 15:54:49 jsing Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -85,7 +85,7 @@ static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos); | |||
| 85 | const X509V3_EXT_METHOD v3_cpols = { | 85 | const X509V3_EXT_METHOD v3_cpols = { |
| 86 | .ext_nid = NID_certificate_policies, | 86 | .ext_nid = NID_certificate_policies, |
| 87 | .ext_flags = 0, | 87 | .ext_flags = 0, |
| 88 | .it = ASN1_ITEM_ref(CERTIFICATEPOLICIES), | 88 | .it = &CERTIFICATEPOLICIES_it, |
| 89 | .ext_new = NULL, | 89 | .ext_new = NULL, |
| 90 | .ext_free = NULL, | 90 | .ext_free = NULL, |
| 91 | .d2i = NULL, | 91 | .d2i = NULL, |
