summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-12-02 02:33:56 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-12-02 02:33:56 +0000
commitdd4134101fb41261b20fe47fdf9068c84e923102 (patch)
tree322439de2b7206640b18faa7eaa3a67943b18bf9 /crypto/x509v3/ext_dat.h
parent08cba61011cdf8519a1c7d1316fb27fc724b6945 (diff)
Change the trust and purpose code so it doesn't need init
either and has a static and dynamic mix.
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index c81f9a18b0..801a585a52 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -91,7 +91,7 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_info,
};
-/* Number of standard extensions: keep up to date */
+/* Number of standard extensions */
-#define STANDARD_EXTENSION_COUNT 22
+#define STANDARD_EXTENSION_COUNT (sizeof(standard_exts)/sizeof(X509V3_EXT_METHOD *))