mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
[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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user