lower case

This commit is contained in:
rsc 2005-02-13 22:10:33 +00:00
parent 9bce1d1eed
commit 6acff93f3d
8 changed files with 51 additions and 6 deletions

View file

@ -59,7 +59,7 @@ main(int argc, char **argv)
if(key == nil)
sysfatal("couldn't parse asn1 key");
s = smprint("key proto=dsa %s%sp=%B q=%B alpha=%B key=%B !secret=%B\n",
s = smprint("key proto=dsa %s%sp=%lB q=%lB alpha=%lB key=%lB !secret=%lB\n",
tag ? tag : "", tag ? " " : "",
key->pub.p, key->pub.q, key->pub.alpha, key->pub.key,
key->secret);