From f93aa26608c5fee11e7297608f6f125404f840e8 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 2 May 2015 16:44:42 +0100 Subject: [PATCH] keyfunc.sh.in: Export key label and owner as options to key generators. Organization: Straylight/Edgeware From: Mark Wooding These can be useful when building id strings automatically. --- keyfunc.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/keyfunc.sh.in b/keyfunc.sh.in index 51cac57..dca8dee 100644 --- a/keyfunc.sh.in +++ b/keyfunc.sh.in @@ -425,6 +425,7 @@ c_genkey () { ## options to the key type. ## Set options and check them. + kopt_owner=$kowner kopt_label=$klabel setprops "option" kopt_ "$@" checkprops "option" kopt_ "$k_genopts" -- [mdw]