~sircmpwn/himitsu-ssh

1ba87c3c198474f884146db6e7016e31b1184ca8 — Drew DeVault 1 year, 7 months ago 4a7730f 0.2
hissh-import: remove obsolete TODO
1 files changed, 0 insertions(+), 1 deletions(-)

M cmd/hissh-import/main.ha
M cmd/hissh-import/main.ha => cmd/hissh-import/main.ha +0 -1
@@ 33,7 33,6 @@ export fn main() void = {
	};
	defer ssh::key_free(privkey);

	// TODO: Support more key types
	let buf = bufio::dynamic(io::mode::WRITE);
	defer io::close(&buf)!;
	fmt::fprintf(&buf, "add proto=ssh type={} pkey='", ssh::keytype(privkey))!;