summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-07-12 04:35:25 +0000
committerDamien Miller <djm@mindrot.org>2018-07-12 14:36:12 +1000
commite2c4af311543093f16005c10044f7e06af0426f0 (patch)
treeae46135dfb7cab2f074e33bbcd27c8544206a4d4 /authfd.h
parent394a842e60674bf8ee5130b9f15b01452a0b0285 (diff)
downloadopenssh-git-e2c4af311543093f16005c10044f7e06af0426f0.tar.gz
upstream: remove prototype to long-gone function
OpenBSD-Commit-ID: 0414642ac7ce01d176b9f359091a66a8bbb640bd
Diffstat (limited to 'authfd.h')
-rw-r--r--authfd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/authfd.h b/authfd.h
index ab954ffc..a032fd54 100644
--- a/authfd.h
+++ b/authfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfd.h,v 1.43 2018/02/23 15:58:37 markus Exp $ */
+/* $OpenBSD: authfd.h,v 1.44 2018/07/12 04:35:25 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -36,8 +36,6 @@ int ssh_update_card(int sock, int add, const char *reader_id,
const char *pin, u_int life, u_int confirm);
int ssh_remove_all_identities(int sock, int version);
-int ssh_decrypt_challenge(int sock, struct sshkey* key, BIGNUM *challenge,
- u_char session_id[16], u_char response[16]);
int ssh_agent_sign(int sock, const struct sshkey *key,
u_char **sigp, size_t *lenp,
const u_char *data, size_t datalen, const char *alg, u_int compat);