diff options
author | danh-arm <dan.handley@arm.com> | 2016-01-13 11:42:30 +0000 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2016-01-13 11:42:30 +0000 |
commit | 6cf9b6ac547c21cf045d3089bd9437f0c6aae854 (patch) | |
tree | 5e3376495a5db59308c53482e0e31884c375c94b /tools/cert_create/include/ext.h | |
parent | e123b2a37aa8c0be445bd1f0284b3907b91e5b29 (diff) | |
parent | 159807e2faa50a2940f09d57dfa6132220508cce (diff) |
Merge pull request #484 from jcastillo-arm/jc/tf-issues/337
cert_create: update help message
Diffstat (limited to 'tools/cert_create/include/ext.h')
-rw-r--r-- | tools/cert_create/include/ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cert_create/include/ext.h b/tools/cert_create/include/ext.h index 798bd1be..82a4bcb9 100644 --- a/tools/cert_create/include/ext.h +++ b/tools/cert_create/include/ext.h @@ -50,6 +50,7 @@ typedef struct ext_s { const char *oid; /* OID of the extension */ const char *sn; /* Short name */ const char *ln; /* Long description */ + const char *help_msg; /* Help message */ int asn1_type; /* OpenSSL ASN1 type of the extension data. * Supported types are: * - V_ASN1_INTEGER |