瀏覽代碼

[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 年之前
父節點
當前提交
b7e43b0335
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      src/hci/commands/image_trust_cmd.c

+ 0
- 4
src/hci/commands/image_trust_cmd.c 查看文件

@@ -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…
取消
儲存