From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 35BA5D81112 for ; Thu, 4 Jan 2024 08:20:21 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=5WCr0j99DhUFTzLlGaGtaFhDVuvHzcczRpq2kDwLWO0=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1704356419; v=1; b=Nk45chg7MMIh7JpU1HQdDQbJCbN5BKi5AQxPfiyru1k6pAqY0jUIEnFmAUeFV6V8mabH76xl uvkzgoIxnrE0+yT2SiCgCj3L07qavpIJYZjQBo+hc+dWzUgySJv1kR3eflMKzWNM4/ET9JOEqGb 5rrI21DzI+nEX64Ty3O80S+U= X-Received: by 127.0.0.2 with SMTP id 0myFYY7687511xir5Lr7EsDC; Thu, 04 Jan 2024 00:20:19 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by mx.groups.io with SMTP id smtpd.web10.49900.1704356418896155025 for ; Thu, 04 Jan 2024 00:20:19 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10942"; a="3933585" X-IronPort-AV: E=Sophos;i="6.04,330,1695711600"; d="scan'208";a="3933585" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2024 00:20:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10942"; a="814546285" X-IronPort-AV: E=Sophos;i="6.04,330,1695711600"; d="scan'208";a="814546285" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by orsmga001.jf.intel.com with ESMTP; 04 Jan 2024 00:20:00 -0800 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Jiewen Yao , Yi Li , Guomin Jiang Subject: [edk2-devel] [PATCH 0/1] CryptoPkg: move define to CrtLibSupport Date: Thu, 4 Jan 2024 16:19:54 +0800 Message-Id: <20240104081955.2848-1-wenxing.hou@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: SIcBpBj9zwrqB8eOUbNbS3rTx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Nk45chg7; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4632 The before code will cause redefine error. This patch move them to CrtLibSupport header. But Openssl has already defined them internally, need to increase support for OPENSLL_SYS_UEFI judgment. Cc: Jiewen Yao Cc: Yi Li Cc: Guomin Jiang Signed-off-by: Wenxing Hou Wenxing Hou (1): CryptoPkg: move define to CrtLibSupport CryptoPkg/Library/Include/CrtLibSupport.h | 15 +++++++++++++++ CryptoPkg/Library/Include/stdint.h | 10 ---------- 2 files changed, 15 insertions(+), 10 deletions(-) -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113147): https://edk2.groups.io/g/devel/message/113147 Mute This Topic: https://groups.io/mt/103519076/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-