From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 213A821DFA917 for ; Mon, 27 Mar 2017 02:43:11 -0700 (PDT) Received: from emea4-mta.ukb.novell.com ([10.120.13.87]) by smtp.nue.novell.com with ESMTP (TLS encrypted); Mon, 27 Mar 2017 11:43:10 +0200 Received: from GaryWorkstation (nwb-a10-snat.microfocus.com [10.120.13.201]) by emea4-mta.ukb.novell.com with ESMTP (TLS encrypted); Mon, 27 Mar 2017 10:43:02 +0100 Date: Mon, 27 Mar 2017 17:42:56 +0800 From: Gary Lin To: Qin Long Cc: edk2-devel@lists.01.org, ting.ye@intel.com, jiaxin.wu@intel.com, lersek@redhat.com, ard.biesheuvel@linaro.org, ronald.cron@arm.com, Moso.Lee@citrix.com, thomas.palmer@hpe.com Message-ID: <20170327094256.xxocg4r3k4aigic4@GaryWorkstation> References: <20170323131932.6168-1-qin.long@intel.com> <20170323131932.6168-8-qin.long@intel.com> MIME-Version: 1.0 In-Reply-To: <20170323131932.6168-8-qin.long@intel.com> User-Agent: Mutt/1.6.2 (2016-07-01) Subject: Re: [PATCH v2 07/11] CryptoPkg: Clean-up CRT Library Wrapper. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 09:43:12 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 23, 2017 at 09:19:28PM +0800, Qin Long wrote: > Cleaning-up CRT Library Wrapper for the third-party cryptography > library building. The changes includes > 1. Rename OpenSslSupport.h to CrtLibSupport.h for future alternative > crypto provider support. > 2. Remove all un-referenced CRT APIs and headers. > > (NOTE: More cleans-up could be possible after OpenSSL integrate the > extra PR request: https://github.com/openssl/openssl/pull/2961) > > Cc: Ting Ye > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Gary Lin > Cc: Ronald Cron > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Qin Long > --- I tested OVMF and it works for me. Tested-by: Gary Lin Gary Lin