diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mok.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mok.h b/include/mok.h index 96da397a..6f99a105 100644 --- a/include/mok.h +++ b/include/mok.h @@ -59,6 +59,9 @@ struct mok_state_variable { UINT8 **addend; UINT32 *addend_size; + UINT8 **user_cert; + UINT32 *user_cert_size; + /* * build_cert is our build-time cert. Like addend, this is added * to the input variable, as part of the runtime variable, so that |
