summaryrefslogtreecommitdiff
path: root/tools/cert_create/include/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cert_create/include/ext.h')
-rw-r--r--tools/cert_create/include/ext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cert_create/include/ext.h b/tools/cert_create/include/ext.h
index 52092b50..82a4bcb9 100644
--- a/tools/cert_create/include/ext.h
+++ b/tools/cert_create/include/ext.h
@@ -93,7 +93,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;