Browse Source

[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>
tags/v1.20.1
Michael Brown 7 years ago
parent
commit
b7e43b0335
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/hci/commands/image_trust_cmd.c

+ 0
- 4
src/hci/commands/image_trust_cmd.c View File

@@ -177,8 +177,4 @@ struct command image_trust_commands[] __command = {
177 177
 REQUIRING_SYMBOL ( image_trust_commands );
178 178
 
179 179
 /* Drag in objects typically required for signature verification */
180
-REQUIRE_OBJECT ( rsa );
181
-REQUIRE_OBJECT ( md5 );
182
-REQUIRE_OBJECT ( sha1 );
183
-REQUIRE_OBJECT ( sha256 );
184 180
 REQUIRE_OBJECT ( der );

Loading…
Cancel
Save