diff options
Diffstat (limited to 'tools/cert_create/include/ext.h')
-rw-r--r-- | tools/cert_create/include/ext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/cert_create/include/ext.h b/tools/cert_create/include/ext.h index 3c65473b..0ede3651 100644 --- a/tools/cert_create/include/ext.h +++ b/tools/cert_create/include/ext.h @@ -72,6 +72,8 @@ typedef struct ext_s { X509V3_EXT_METHOD method; /* This field may be used to define a custom * function to print the contents of the * extension */ + + int optional; /* This field may be used optionally to exclude an image */ } ext_t; enum { |