From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web10.90.1667851362961469528 for ; Mon, 07 Nov 2022 12:02:43 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=A2kelyNT; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: judah.vang@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667851363; x=1699387363; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=4Niwzq6NfkBhwWU3AdYF4NczAEAk8aPo4sRuJESOxDM=; b=A2kelyNTGj3t/KbaPy0JTYGloca9FeoccdDixG1DPxdaBunO+giHyblw /XII17S5ClrXD2moE/bP+nseXL5tsbH2D94UOp27kE1p8o4Fk/ObrBQm+ 3X/ytzMxUtun9bRnDKe51lUQthbvL3nLQJZIjUnjHcQnumi5WL8lSwWjr imeH4Lx4LReUGU3DdWf89JERkJ/M0h1saEeAhVc1R9/bWKKkUVuf/8nHW Xl8h2KIuZ9YWYTv6YTnU1H9Cnd1uxcYigg7MpXmhHRYf12h9aPnhrWOAF 4Vo62BQrKyzy2dBx52nGFDqqyCxjEec3ZjdIa0lh7edxR2n4O/Z27KSrm g==; X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="290233111" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="290233111" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 12:02:42 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="636047951" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="636047951" Received: from jvang-mobl.amr.corp.intel.com ([10.209.73.202]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 12:02:38 -0800 From: "Judah Vang" To: devel@edk2.groups.io Subject: [PATCH v3 0/1] CryptoPkg bug fix Date: Mon, 7 Nov 2022 12:02:24 -0800 Message-Id: <20221107200225.3697-1-judah.vang@intel.com> X-Mailer: git-send-email 2.35.1.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=3991 There is a #define to deprecate Sha1 functions but not all the Sha1 function are wrapped around this #define causing a build error. The fix is to wrap all Sha1 functions with the #define. Judah Vang (1): CryptoPkg: Sha1 functions causing build errors CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -- 2.35.1.windows.2