diff options
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/commands/image_trust_cmd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hci/commands/image_trust_cmd.c b/src/hci/commands/image_trust_cmd.c index 03e3e443..d9d37d1d 100644 --- a/src/hci/commands/image_trust_cmd.c +++ b/src/hci/commands/image_trust_cmd.c @@ -177,8 +177,4 @@ struct command image_trust_commands[] __command = { REQUIRING_SYMBOL ( image_trust_commands ); /* Drag in objects typically required for signature verification */ -REQUIRE_OBJECT ( rsa ); -REQUIRE_OBJECT ( md5 ); -REQUIRE_OBJECT ( sha1 ); -REQUIRE_OBJECT ( sha256 ); REQUIRE_OBJECT ( der ); |