summaryrefslogtreecommitdiff
path: root/tools/cert_create/include/cert.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cert_create/include/cert.h')
-rw-r--r--tools/cert_create/include/cert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cert_create/include/cert.h b/tools/cert_create/include/cert.h
index 8ef9f273..6b1ae954 100644
--- a/tools/cert_create/include/cert.h
+++ b/tools/cert_create/include/cert.h
@@ -57,6 +57,7 @@ struct cert_s {
const char *opt; /* Command line option to pass filename */
const char *fn; /* Filename to save the certificate */
const char *cn; /* Subject CN (Company Name) */
+ const char *help_msg; /* Help message */
/* These fields must be defined statically */
int key; /* Key to be signed */