From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.8541.1652253492933383082 for ; Wed, 11 May 2022 00:18:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=P6Sig9xd; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652253492; 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: in-reply-to:in-reply-to:references:references; bh=iK4xBdlBhLQ5olbbhLRZla7+VUqtKccgFQIlVVeCDKg=; b=P6Sig9xd+AbPmHaQVjkSYVdWyX+owls3vMsRpB3r8eWEwPoLntblVinaGEUQbD3ZyQunni QSPQqvIEpjd7elKGXm8CeEAqPLdr9jCQ9eOT/grdwBKngolQhFf04CkNGgTrT5s3V2WgiE L+0G/LkW4bvJhiLwgQYzIXOjQTuhe30= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-588-es0ejQ5EPFSBUU43igN4kg-1; Wed, 11 May 2022 03:18:07 -0400 X-MC-Unique: es0ejQ5EPFSBUU43igN4kg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 81CDF3810D27; Wed, 11 May 2022 07:18:06 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.188]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4712F416369; Wed, 11 May 2022 07:18:06 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 672121800D42; Wed, 11 May 2022 09:18:03 +0200 (CEST) Date: Wed, 11 May 2022 09:18:03 +0200 From: "Gerd Hoffmann" To: "Li, Yi1" Cc: "devel@edk2.groups.io" , "Yao, Jiewen" , "Wang, Jian J" , "Lu, Xiaoyu1" , "Jiang, Guomin" Subject: Re: [edk2-devel] [PATCH V2 2/5] CryptoPkg: Separate auto-generated openssl config and edk2 openssl config Message-ID: <20220511071803.br2w3rh6lysyf433@sirius.home.kraxel.org> References: <20220510104940.6os5ki54xusmeurz@sirius.home.kraxel.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 10, 2022 at 11:43:54AM +0000, Li, Yi1 wrote: > Just for convenience. > There are too many places need to configure, so I think putting all the configuration options close together, all in process_file.pl, will be more clear to user ;) Well, I find it confusing to let process_file.pl write a file which doesn't change ... take care, Gerd