summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ec_commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index e63e50a3a5..ba796ea05e 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -5056,6 +5056,12 @@ struct __ec_align4 ec_response_fp_info {
struct ec_fp_template_encryption_metadata {
/*
+ * Version of the structure format (N=1).
+ */
+ uint16_t struct_version;
+ /* Reserved bytes, set to 0. */
+ uint16_t reserved;
+ /*
* The salt is *only* ever used for key derivation. The nonce is unique,
* a different one is used for every message.
*/