diff options
Diffstat (limited to 'authfd.h')
-rw-r--r-- | authfd.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfd.h,v 1.39 2015/12/04 16:41:28 markus Exp $ */ | 1 | /* $OpenBSD: authfd.h,v 1.40 2017/05/05 10:42:49 naddy Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -27,8 +27,7 @@ int ssh_get_authentication_socket(int *fdp); | |||
27 | void ssh_close_authentication_socket(int sock); | 27 | void ssh_close_authentication_socket(int sock); |
28 | 28 | ||
29 | int ssh_lock_agent(int sock, int lock, const char *password); | 29 | int ssh_lock_agent(int sock, int lock, const char *password); |
30 | int ssh_fetch_identitylist(int sock, int version, | 30 | int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp); |
31 | struct ssh_identitylist **idlp); | ||
32 | void ssh_free_identitylist(struct ssh_identitylist *idl); | 31 | void ssh_free_identitylist(struct ssh_identitylist *idl); |
33 | int ssh_add_identity_constrained(int sock, struct sshkey *key, | 32 | int ssh_add_identity_constrained(int sock, struct sshkey *key, |
34 | const char *comment, u_int life, u_int confirm); | 33 | const char *comment, u_int life, u_int confirm); |