diff options
Diffstat (limited to 'tools/cert_create/include/ext.h')
-rw-r--r-- | tools/cert_create/include/ext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cert_create/include/ext.h b/tools/cert_create/include/ext.h index 0ede3651..798bd1be 100644 --- a/tools/cert_create/include/ext.h +++ b/tools/cert_create/include/ext.h @@ -92,7 +92,7 @@ X509_EXTENSION *ext_new_key(int nid, int crit, EVP_PKEY *k); /* Macro to register the extensions used in the CoT */ #define REGISTER_EXTENSIONS(_ext) \ ext_t *extensions = &_ext[0]; \ - const unsigned int num_extensions = sizeof(_ext)/sizeof(_ext[0]); + const unsigned int num_extensions = sizeof(_ext)/sizeof(_ext[0]) /* Exported variables */ extern ext_t *extensions; |