]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg/OpensslLib.inf: list OpenSSL local header "ms/uplink.h"
authorLaszlo Ersek <lersek@redhat.com>
Thu, 21 Nov 2019 08:01:10 +0000 (09:01 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 2 Dec 2019 19:35:18 +0000 (19:35 +0000)
Commit 8906f076de35 ("CryptoPkg/OpensslLib: Add missing header files in
INF file", 2019-08-16) incorrectly placed "ms/uplink.h" in the
auto-generated part of [Sources], in "OpensslLib.inf".

("ms/uplink.h" was added in the right spot in "OpensslLibCrypto.inf".)

Subsequently, when commit 9f4fbd56d430 ("CryptoPkg/OpensslLib: Update
process_files.pl to generate .h files", 2019-10-30) re-generated that part
of "OpensslLib.inf", the "ms/uplink.h" file reference was lost. This
triggers a warning from the "build" utility now.

Name the header file in the right spot in [Sources].

This change makes "OpensslLib.inf" consistent with "OpensslLibCrypto.inf".

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Shenglei Zhang <shenglei.zhang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Fixes: 8906f076de35b222a7d62bcf6ed1a4a2498a5791
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
CryptoPkg/Library/OpensslLib/OpensslLib.inf

index 58202f83118d907c74aa3ab53f97350371ce7374..3fa52f554320e46809eebc5c613ba8106a3d68df 100644 (file)
@@ -23,6 +23,7 @@
 \r
 [Sources]\r
   $(OPENSSL_PATH)/e_os.h\r
+  $(OPENSSL_PATH)/ms/uplink.h\r
 # Autogenerated files list starts here\r
   $(OPENSSL_PATH)/crypto/aes/aes_cbc.c\r
   $(OPENSSL_PATH)/crypto/aes/aes_cfb.c\r