keyfunc.sh.in: Export key label and owner as options to key generators.
[distorted-keys] / ktype.seccure
index da51687..e884453 100644 (file)
@@ -56,7 +56,6 @@ k_public () {
 
 k_generate () {
   base=$1 nub=$2
-  makenub >"$nub"
   k_public "$base" "$nub" >"$base/pub"
 }