diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-19 21:34:45 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-19 21:34:45 +0000 |
commit | 3e0faeac47b31140f7d1afae467c8354d11f1b8c (patch) | |
tree | b106e4cf366a597834d39c0a25da3d4bd212ca46 /usr.bin/ssh/key.h | |
parent | c77945f9b968167988fecb8f47ab5f9652ffb647 (diff) |
add SSH2/DSA support to the agent and some other DSA related cleanups.
(note that we cannot talk to ssh.com's ssh2 agents)
Diffstat (limited to 'usr.bin/ssh/key.h')
-rw-r--r-- | usr.bin/ssh/key.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/key.h b/usr.bin/ssh/key.h index ed3f770b8be..53b3bfb26fd 100644 --- a/usr.bin/ssh/key.h +++ b/usr.bin/ssh/key.h @@ -19,7 +19,7 @@ int key_equal(Key *a, Key *b); char *key_fingerprint(Key *k); char *key_type(Key *k); int key_write(Key *key, FILE *f); -unsigned int -key_read(Key *key, char **cpp); +unsigned int key_read(Key *key, char **cpp); +unsigned int key_size(Key *k); #endif |