summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'authfd.h')
-rw-r--r--authfd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/authfd.h b/authfd.h
index c3bf6259a..4fbf82f8c 100644
--- a/authfd.h
+++ b/authfd.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.h,v 1.48 2019/12/21 02:19:13 djm Exp $ */ 1/* $OpenBSD: authfd.h,v 1.49 2020/06/26 05:03:36 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -33,8 +33,8 @@ void ssh_free_identitylist(struct ssh_identitylist *idl);
33int ssh_add_identity_constrained(int sock, struct sshkey *key, 33int ssh_add_identity_constrained(int sock, struct sshkey *key,
34 const char *comment, u_int life, u_int confirm, u_int maxsign, 34 const char *comment, u_int life, u_int confirm, u_int maxsign,
35 const char *provider); 35 const char *provider);
36int ssh_agent_has_key(int sock, struct sshkey *key); 36int ssh_agent_has_key(int sock, const struct sshkey *key);
37int ssh_remove_identity(int sock, struct sshkey *key); 37int ssh_remove_identity(int sock, const struct sshkey *key);
38int ssh_update_card(int sock, int add, const char *reader_id, 38int ssh_update_card(int sock, int add, const char *reader_id,
39 const char *pin, u_int life, u_int confirm); 39 const char *pin, u_int life, u_int confirm);
40int ssh_remove_all_identities(int sock, int version); 40int ssh_remove_all_identities(int sock, int version);