diff --git a/ocaml/idl/datamodel_vtpm.ml b/ocaml/idl/datamodel_vtpm.ml index 6b31a6d3ee..232f3960a5 100644 --- a/ocaml/idl/datamodel_vtpm.ml +++ b/ocaml/idl/datamodel_vtpm.ml @@ -89,8 +89,7 @@ let t = "Whether the contents of the VTPM are secured according to the TPM \ spec" ; field ~qualifier:DynamicRO ~ty:(Ref _secret) ~internal_only:true - ~lifecycle:[(Published, rel_next, "Added VTPM contents")] - "contents" "The contents of the TPM" + ~lifecycle:[] "contents" "The contents of the TPM" ] ~messages:[create; destroy; get_contents; set_contents] () diff --git a/ocaml/idl/schematest.ml b/ocaml/idl/schematest.ml index ac888dafd3..a77bf1d796 100644 --- a/ocaml/idl/schematest.ml +++ b/ocaml/idl/schematest.ml @@ -1,7 +1,7 @@ let hash x = Digest.string x |> Digest.to_hex (* BEWARE: if this changes, check that schema has been bumped accordingly *) -let last_known_schema_hash = "ed0703da4ef17162a4582f0ed171d719" +let last_known_schema_hash = "63465556393168a876cb875c5d18dcda" let current_schema_hash : string = let open Datamodel_types in