summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_ia5.c
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-06-05 14:13:33 +0200
committerKurt Roeckx <kurt@roeckx.be>2016-06-11 16:43:49 +0200
commit4b68cb41d1c07ffd21a0fa5da811b1f0d45d7b16 (patch)
tree6258aa6c45feec747af18af2bb377b05048d4e20 /crypto/x509v3/v3_ia5.c
parent8c918b7b9c93ba38790ffd1a83e23c3684e66f57 (diff)
Specify array sizes
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #1172
Diffstat (limited to 'crypto/x509v3/v3_ia5.c')
-rw-r--r--crypto/x509v3/v3_ia5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_ia5.c b/crypto/x509v3/v3_ia5.c
index 5e230df7d0..c1170d4616 100644
--- a/crypto/x509v3/v3_ia5.c
+++ b/crypto/x509v3/v3_ia5.c
@@ -14,7 +14,7 @@
#include <openssl/x509v3.h>
#include "ext_dat.h"
-const X509V3_EXT_METHOD v3_ns_ia5_list[] = {
+const X509V3_EXT_METHOD v3_ns_ia5_list[8] = {
EXT_IA5STRING(NID_netscape_base_url),
EXT_IA5STRING(NID_netscape_revocation_url),
EXT_IA5STRING(NID_netscape_ca_revocation_url),