summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_enum.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_enum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_enum.c b/src/lib/libcrypto/x509v3/v3_enum.c
index 7f35a57012..af6cebcee9 100644
--- a/src/lib/libcrypto/x509v3/v3_enum.c
+++ b/src/lib/libcrypto/x509v3/v3_enum.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: v3_enum.c,v 1.11 2015/07/29 16:13:48 jsing Exp $ */ 1/* $OpenBSD: v3_enum.c,v 1.12 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 */
@@ -78,7 +78,7 @@ static ENUMERATED_NAMES crl_reasons[] = {
78const X509V3_EXT_METHOD v3_crl_reason = { 78const X509V3_EXT_METHOD v3_crl_reason = {
79 .ext_nid = NID_crl_reason, 79 .ext_nid = NID_crl_reason,
80 .ext_flags = 0, 80 .ext_flags = 0,
81 .it = ASN1_ITEM_ref(ASN1_ENUMERATED), 81 .it = &ASN1_ENUMERATED_it,
82 .ext_new = NULL, 82 .ext_new = NULL,
83 .ext_free = NULL, 83 .ext_free = NULL,
84 .d2i = NULL, 84 .d2i = NULL,