]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Remove obsolete explicit object requirements
authorMichael Brown <mcb30@ipxe.org>
Fri, 29 Jul 2016 14:18:35 +0000 (15:18 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 29 Jul 2016 14:18:35 +0000 (15:18 +0100)
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>
src/hci/commands/image_trust_cmd.c

index 03e3e44316c690b466f19920ad3bebb3e8911010..d9d37d1d66f1e5ae5b42dec1a1d849c00f91e43b 100644 (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 );