diff options
Diffstat (limited to 'authfd.h')
-rw-r--r-- | authfd.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfd.h,v 1.43 2018/02/23 15:58:37 markus Exp $ */ | 1 | /* $OpenBSD: authfd.h,v 1.44 2018/07/12 04:35:25 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -36,8 +36,6 @@ int ssh_update_card(int sock, int add, const char *reader_id, | |||
36 | const char *pin, u_int life, u_int confirm); | 36 | const char *pin, u_int life, u_int confirm); |
37 | int ssh_remove_all_identities(int sock, int version); | 37 | int ssh_remove_all_identities(int sock, int version); |
38 | 38 | ||
39 | int ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge, | ||
40 | u_char session_id[16], u_char response[16]); | ||
41 | int ssh_agent_sign(int sock, const struct sshkey *key, | 39 | int ssh_agent_sign(int sock, const struct sshkey *key, |
42 | u_char **sigp, size_t *lenp, | 40 | u_char **sigp, size_t *lenp, |
43 | const u_char *data, size_t datalen, const char *alg, u_int compat); | 41 | const u_char *data, size_t datalen, const char *alg, u_int compat); |