From: Mark Wooding Date: Sat, 2 May 2015 15:44:42 +0000 (+0100) Subject: keyfunc.sh.in: Export key label and owner as options to key generators. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/f93aa26608c5fee11e7297608f6f125404f840e8?ds=sidebyside keyfunc.sh.in: Export key label and owner as options to key generators. These can be useful when building id strings automatically. --- 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"