summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/2lib/2rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/2lib/2rsa.c b/firmware/2lib/2rsa.c
index 16edc26e..54b00b63 100644
--- a/firmware/2lib/2rsa.c
+++ b/firmware/2lib/2rsa.c
@@ -321,6 +321,7 @@ static const uint8_t sha512_tail[] = {
* @param key Key to take signature and hash algorithms from
* @return VB2_SUCCESS, or non-zero if error.
*/
+test_mockable
vb2_error_t vb2_check_padding(const uint8_t *sig,
const struct vb2_public_key *key)
{