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 85EFD740033 for ; Thu, 3 Aug 2023 04:38:58 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=y4yBZlkN4M/U2GLlfYSsOrQY3C8Dl9RftK/odnUeHDA=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: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=1691037537; v=1; b=ghYrB3assyU4gmkk92IH8ujHUaWTaSifPN3MtKvpFRMK6CDBHA1Xi7hC9VCN6bChqNDw8fqE PCkvppnX+iGA8h5aO2YviwOAEicmEZo0MbXl0KodAQAkwdp0MNm0EUDRiXB79alyeMSvQGo+58a K94mFKUuQU+DWVKRY4n+Yn/s= X-Received: by 127.0.0.2 with SMTP id V6wEYY7687511xkZNZ3zoxO7; Wed, 02 Aug 2023 21:38:57 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.7306.1691037531078533765 for ; Wed, 02 Aug 2023 21:38:52 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="456141186" X-IronPort-AV: E=Sophos;i="6.01,251,1684825200"; d="scan'208";a="456141186" X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2023 21:38:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="794848058" X-IronPort-AV: E=Sophos;i="6.01,251,1684825200"; d="scan'208";a="794848058" X-Received: from liyi4-desktop.ccr.corp.intel.com ([10.239.153.10]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2023 21:38:49 -0700 From: "Li, Yi" To: devel@edk2.groups.io Cc: Yi Li , Jiewen Yao , Xiaoyu Lu , Guomin Jiang Subject: [edk2-devel] [PATCH V2 16/29] CryptoPkg: adapt 3.0 change in SslNull.c Date: Thu, 3 Aug 2023 12:37:34 +0800 Message-Id: In-Reply-To: References: 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,yi1.li@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: QulKubYMYaA0kTMSoxUiZbBtx7686176AA= 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=ghYrB3as; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Type of input params changed in openssl30. Signed-off-by: Yi Li Cc: Jiewen Yao Cc: Xiaoyu Lu Cc: Guomin Jiang --- CryptoPkg/Library/OpensslLib/OpensslStub/SslNull.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CryptoPkg/Library/OpensslLib/OpensslStub/SslNull.c b/CryptoPkg/Library/OpensslLib/OpensslStub/SslNull.c index 49f1405bc0..9f659728fe 100644 --- a/CryptoPkg/Library/OpensslLib/OpensslStub/SslNull.c +++ b/CryptoPkg/Library/OpensslLib/OpensslStub/SslNull.c @@ -80,10 +80,10 @@ SSL_CTX_new ( return NULL; } -unsigned long +uint64_t SSL_CTX_set_options ( - SSL_CTX *ctx, - unsigned long op + SSL_CTX *ctx, + uint64_t op ) { ASSERT (FALSE); -- 2.31.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107497): https://edk2.groups.io/g/devel/message/107497 Mute This Topic: https://groups.io/mt/100520599/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-