summaryrefslogtreecommitdiff
path: root/host/lib21/include/host_signature2.h
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib21/include/host_signature2.h')
-rw-r--r--host/lib21/include/host_signature2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib21/include/host_signature2.h b/host/lib21/include/host_signature2.h
index 2e5718b7..aecd6dfc 100644
--- a/host/lib21/include/host_signature2.h
+++ b/host/lib21/include/host_signature2.h
@@ -24,7 +24,7 @@ struct vb2_private_key;
* key description will be used.
* @return VB2_SUCCESS, or non-zero error code on failure.
*/
-int vb2_sign_data(struct vb2_signature2 **sig_ptr,
+int vb2_sign_data(struct vb2_signature **sig_ptr,
const uint8_t *data,
uint32_t size,
const struct vb2_private_key *key,