Skip to content

Commit

Permalink
[build] Remove obsolete explicit object requirements
Browse files Browse the repository at this point in the history
As of commit b1caa48 ("[crypto] Support SHA-{224,384,512} in X.509
certificates"), the list of supported cryptographic algorithms is
controlled by config/crypto.h.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 29, 2016
1 parent 829feda commit b7e43b0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hci/commands/image_trust_cmd.c
Expand Up @@ -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 );

0 comments on commit b7e43b0

Please sign in to comment.