Add -clrext option to 'x509'
[openssl.git] / crypto / x509v3 / ext_dat.h
index c81f9a18b0cf5ba294c9d4e2d8968e3e245852c9..801a585a52580389709e4b61921b6c46a0a2f0d4 100644 (file)
@@ -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 *))