From 1e315792cf7aa8f8b05534070a3c246984514c32 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 7 Aug 2007 14:48:18 +0000 Subject: 20070807-1547 --- appl/cmd/auth/rsagen.b | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appl/cmd') diff --git a/appl/cmd/auth/rsagen.b b/appl/cmd/auth/rsagen.b index c553d102..a1a4477c 100644 --- a/appl/cmd/auth/rsagen.b +++ b/appl/cmd/auth/rsagen.b @@ -51,8 +51,8 @@ init(nil: ref Draw->Context, args: list of string) s = skip(s, "alg"); s = skip(s, "owner"); if(tag != nil) - s = tag+" "+s; - a := sys->aprint("key proto=rsa size=%d %s\n", nbits, s); + tag = " "+tag; + a := sys->aprint("key proto=rsa%s size=%d %s\n", tag, nbits, s); if(sys->write(sys->fildes(1), a, len a) != len a) error(sys->sprint("error writing key: %r")); } -- cgit v1.2.3