summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/v3_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_info.c')
-rw-r--r--src/lib/libcrypto/x509v3/v3_info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_info.c b/src/lib/libcrypto/x509v3/v3_info.c
index 3b96222187..34ffb1c539 100644
--- a/src/lib/libcrypto/x509v3/v3_info.c
+++ b/src/lib/libcrypto/x509v3/v3_info.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: v3_info.c,v 1.23 2015/07/29 16:13:48 jsing Exp $ */ 1/* $OpenBSD: v3_info.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 */
@@ -74,7 +74,7 @@ static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(
74const X509V3_EXT_METHOD v3_info = { 74const X509V3_EXT_METHOD v3_info = {
75 .ext_nid = NID_info_access, 75 .ext_nid = NID_info_access,
76 .ext_flags = X509V3_EXT_MULTILINE, 76 .ext_flags = X509V3_EXT_MULTILINE,
77 .it = ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS), 77 .it = &AUTHORITY_INFO_ACCESS_it,
78 .ext_new = NULL, 78 .ext_new = NULL,
79 .ext_free = NULL, 79 .ext_free = NULL,
80 .d2i = NULL, 80 .d2i = NULL,
@@ -91,7 +91,7 @@ const X509V3_EXT_METHOD v3_info = {
91const X509V3_EXT_METHOD v3_sinfo = { 91const X509V3_EXT_METHOD v3_sinfo = {
92 .ext_nid = NID_sinfo_access, 92 .ext_nid = NID_sinfo_access,
93 .ext_flags = X509V3_EXT_MULTILINE, 93 .ext_flags = X509V3_EXT_MULTILINE,
94 .it = ASN1_ITEM_ref(AUTHORITY_INFO_ACCESS), 94 .it = &AUTHORITY_INFO_ACCESS_it,
95 .ext_new = NULL, 95 .ext_new = NULL,
96 .ext_free = NULL, 96 .ext_free = NULL,
97 .d2i = NULL, 97 .d2i = NULL,