From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web10.94358.1597860415447853990 for ; Wed, 19 Aug 2020 11:06:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Y/zpREW2; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597860414; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rIp+Zm+yIjmsfUjRxgNeIJ99krUASvPX3ZbdWWqvSgc=; b=Y/zpREW2hLDK2grDzwXXZ3nvO9Axyuo/8qGh9NP4KBzVvPM85ApedhKXTauVk//MDmo7GU rF0P2Ylzmj/KVeOjd+rSqJpz7K5hce9Uz/08ZSKk8W/MYlYkybpSV6/txuJBse7coIIBA7 m7d1LfycD5F/KjGiZmi4AnKRaExxYbY= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-218-5MqM4XnVNzCRDhSP7--SYg-1; Wed, 19 Aug 2020 14:06:37 -0400 X-MC-Unique: 5MqM4XnVNzCRDhSP7--SYg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 116CA801AAD; Wed, 19 Aug 2020 18:06:36 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-226.rdu2.redhat.com [10.10.114.226]) by smtp.corp.redhat.com (Postfix) with ESMTP id 579087BE98; Wed, 19 Aug 2020 18:06:34 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 2/2] CryptoPkg/OpensslLib: Commit the auto-generated assembly files for X64 To: devel@edk2.groups.io, afish@apple.com, christopher.j.zurcher@intel.com Cc: Mike Kinney , "Yao, Jiewen" , "Wang, Jian J" , "Lu, XiaoyuX" , Ard Biesheuvel References: <20200804002429.3897-1-christopher.j.zurcher@intel.com> <20200804002429.3897-3-christopher.j.zurcher@intel.com> <9913F783-4EB6-489C-85B6-7FA04B53A11A@apple.com> From: "Laszlo Ersek" Message-ID: <15b6d33a-0e18-1ee8-e643-11ab5f51b708@redhat.com> Date: Wed, 19 Aug 2020 20:06:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <9913F783-4EB6-489C-85B6-7FA04B53A11A@apple.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/19/20 17:37, Andrew Fish via groups.io wrote: > > >> On Aug 18, 2020, at 2:22 PM, Zurcher, Christopher J wrote: >> >> Per the added header comment in process_files.pl: >> >> # Due to the script wrapping required to process the OpenSSL >> # configuration data, each native architecture must be processed >> # individually by the maintainer (in addition to the standard version): >> # ./process_files.pl > > Side note: process_file.pl is missing a copyright statement. True :( Andrew, could you please report a BZ about it? Thanks! Laszlo