summaryrefslogtreecommitdiff
path: root/host/lib21/include/host_keyblock2.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib21/include/host_keyblock2.h')
-rw-r--r--host/lib21/include/host_keyblock2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib21/include/host_keyblock2.h b/host/lib21/include/host_keyblock2.h
index 5b05ab1f..23d34843 100644
--- a/host/lib21/include/host_keyblock2.h
+++ b/host/lib21/include/host_keyblock2.h
@@ -26,7 +26,7 @@ struct vb2_public_key;
* taken from the data key.
* @return VB2_SUCCESS, or non-zero error code if failure.
*/
-int vb2_keyblock_create(struct vb2_keyblock2 **kb_ptr,
+int vb2_keyblock_create(struct vb2_keyblock **kb_ptr,
const struct vb2_public_key *data_key,
const struct vb2_private_key **signing_keys,
uint32_t signing_key_count,