Bläddra i källkod

[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 år sedan
förälder
incheckning
b7e43b0335
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0
    4
      src/hci/commands/image_trust_cmd.c

+ 0
- 4
src/hci/commands/image_trust_cmd.c Visa fil

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

Laddar…
Avbryt
Spara