From: Marc Kleine-Budde <mkl@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Subject: [ptxdist] [PATCH 2/3] ptxd_lib_code_signing: remove double space
Date: Wed, 15 Jul 2020 10:43:26 +0200 [thread overview]
Message-ID: <20200715084327.30201-3-mkl@pengutronix.de> (raw)
In-Reply-To: <20200715084327.30201-1-mkl@pengutronix.de>
Fixes: 8f41183e0afe ("Add initial code signing support")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
scripts/lib/ptxd_lib_code_signing.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/ptxd_lib_code_signing.sh b/scripts/lib/ptxd_lib_code_signing.sh
index 65ce62dd0a32..3e1654bb36e4 100644
--- a/scripts/lib/ptxd_lib_code_signing.sh
+++ b/scripts/lib/ptxd_lib_code_signing.sh
@@ -178,7 +178,7 @@ export -f cs_import_cert_from_pem
# with SoftHSM.
#
cs_import_pubkey_from_pem() {
- local -a openssl_keyopt
+ local -a openssl_keyopt
local role="${1}"
local pem="${2}"
cs_init_variables
@@ -202,7 +202,7 @@ export -f cs_import_pubkey_from_pem
# with SoftHSM.
#
cs_import_privkey_from_pem() {
- local -a openssl_keyopt
+ local -a openssl_keyopt
local role="${1}"
local pem="${2}"
cs_init_variables
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2020-07-15 8:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-15 8:43 [ptxdist] [PATCH 0/3] code signing and OOT build cleanups Marc Kleine-Budde
2020-07-15 8:43 ` [ptxdist] [PATCH 1/3] ptxdist-set-keys-hsm: set_imx_habv4_keys(): declare variable r as local Marc Kleine-Budde
2020-07-17 11:57 ` [ptxdist] [APPLIED] " Michael Olbrich
2020-07-15 8:43 ` Marc Kleine-Budde [this message]
2020-07-17 11:57 ` [ptxdist] [APPLIED] ptxd_lib_code_signing: remove double space Michael Olbrich
2020-07-15 8:43 ` [ptxdist] [PATCH 3/3] ptxd_make_world_common: ptxd_make_world_init: pkg_build_oot: add missing option KEEP to error message Marc Kleine-Budde
2020-07-17 11:57 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200715084327.30201-3-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox