diff options
author | 2000-09-06 09:46:41 +0000 | |
---|---|---|
committer | 2000-09-06 09:46:41 +0000 | |
commit | 687cd0a270d6a1705da06a4efef9df4a4eb09f63 (patch) | |
tree | 1debc7d67acfa81ec8ab376d755d143d6f890593 | |
parent | it was ment to be -link1 before cut and paste had been executed (diff) | |
download | wireguard-openbsd-687cd0a270d6a1705da06a4efef9df4a4eb09f63.tar.xz wireguard-openbsd-687cd0a270d6a1705da06a4efef9df4a4eb09f63.zip |
prototype
-rw-r--r-- | usr.bin/ssh/authfile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/authfile.h b/usr.bin/ssh/authfile.h index afec27d5433..ccd8da18616 100644 --- a/usr.bin/ssh/authfile.h +++ b/usr.bin/ssh/authfile.h @@ -18,9 +18,8 @@ save_private_key(const char *filename, const char *passphrase, * comment of the key is returned in comment_return if it is non-NULL; the * caller must free the value with xfree. */ -int -load_public_key(const char *filename, Key * pub, - char **comment_return); +int load_public_key(const char *filename, Key * pub, char **comment_return); +int try_load_public_key(const char *filename, Key * pub, char **comment_return); /* * Loads the private key from the file. Returns 0 if an error is encountered |