diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-08-07 14:48:18 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-08-07 14:48:18 +0000 |
| commit | 1e315792cf7aa8f8b05534070a3c246984514c32 (patch) | |
| tree | 3a47266b09303a78833f54ecd5ced8bb2b5b3249 | |
| parent | cb2ee803f523429101329ed677dc59535ede63db (diff) | |
20070807-1547
| -rw-r--r-- | appl/cmd/auth/rsagen.b | 4 | ||||
| -rw-r--r-- | dis/auth/rsagen.dis | bin | 1327 -> 1322 bytes |
2 files changed, 2 insertions, 2 deletions
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")); } diff --git a/dis/auth/rsagen.dis b/dis/auth/rsagen.dis Binary files differindex 406f20c6..24734321 100644 --- a/dis/auth/rsagen.dis +++ b/dis/auth/rsagen.dis |
