summaryrefslogtreecommitdiff
path: root/test/lib/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/rsa.c')
-rw-r--r--test/lib/rsa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib/rsa.c b/test/lib/rsa.c
index 44f8ade226f..129d03ab7dd 100644
--- a/test/lib/rsa.c
+++ b/test/lib/rsa.c
@@ -6,7 +6,6 @@
* Unit test for rsa_verify() function
*/
-#include <common.h>
#include <command.h>
#include <image.h>
#include <test/lib.h>
@@ -159,7 +158,6 @@ static int lib_rsa_verify_valid(struct unit_test_state *uts)
return CMD_RET_SUCCESS;
}
-
LIB_TEST(lib_rsa_verify_valid, 0);
/**
@@ -201,6 +199,5 @@ static int lib_rsa_verify_invalid(struct unit_test_state *uts)
return CMD_RET_SUCCESS;
}
-
LIB_TEST(lib_rsa_verify_invalid, 0);
#endif /* RSA_VERIFY_WITH_PKEY */