david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[build] Remove obsolete explicit object requirements

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>
This commit is contained in:
Michael Brown 2016-07-29 15:18:35 +01:00
parent 829fedafcb
commit b7e43b0335
1 changed files with 0 additions and 4 deletions

View File

@ -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 );