X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fx509v3%2Fext_dat.h;h=801a585a52580389709e4b61921b6c46a0a2f0d4;hb=c04949e97877c7e9e362ab3022b2e7d4988b3e37;hp=c81f9a18b0cf5ba294c9d4e2d8968e3e245852c9;hpb=08cba61011cdf8519a1c7d1316fb27fc724b6945;p=oweals%2Fopenssl.git 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 *))