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 154BB21DFA917 for ; Mon, 27 Mar 2017 02:59:42 -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:59:41 +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:59:05 +0100 Date: Mon, 27 Mar 2017 17:58:59 +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, David Woodhouse Message-ID: <20170327095859.kdr2y7q42vmiya6b@GaryWorkstation> References: <20170323131932.6168-1-qin.long@intel.com> <20170323131932.6168-6-qin.long@intel.com> MIME-Version: 1.0 In-Reply-To: <20170323131932.6168-6-qin.long@intel.com> User-Agent: Mutt/1.6.2 (2016-07-01) Subject: Re: [PATCH v2 05/11] CryptoPkg/OpensslLib: Add new OpenSSL-HOWTO document. 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:59:43 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Mar 23, 2017 at 09:19:26PM +0800, Qin Long wrote: > Add one new OpenSSL-HOWTO.txt to introduce how to clone / download > the latest OpenSSL release source for build. > ALso update buildinf.h to reflect the latest update time. > > 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: David Woodhouse > Signed-off-by: Qin Long > --- I cloned the openssl git and switch to 1.1.0e. It works for me. Acked-by: Gary Lin Tested-by: Gary Lin Gary Lin