summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:51:06 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 03:51:06 +0000
commitba72d30aa541015c4e17c21cc1328c7db399d26a (patch)
tree48d275fba1025501485f2f67a6a3b6140a4e63ba /authfd.h
parent266ec63eb36e2d3154ead355ce67cdee5c9394a3 (diff)
- rees@cvs.openbsd.org 2002/03/21 22:44:05
[authfd.c authfd.h ssh-add.c ssh-agent.c ssh.c] Add PIN-protection for secret key.
Diffstat (limited to 'authfd.h')
-rw-r--r--authfd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfd.h b/authfd.h
index 0f2ca7a2e..e8a0ec88f 100644
--- a/authfd.h
+++ b/authfd.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfd.h,v 1.23 2002/03/04 17:27:39 stevesk Exp $ */ 1/* $OpenBSD: authfd.h,v 1.24 2002/03/21 22:44:05 rees Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -67,7 +67,7 @@ Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
67int ssh_add_identity(AuthenticationConnection *, Key *, const char *); 67int ssh_add_identity(AuthenticationConnection *, Key *, const char *);
68int ssh_remove_identity(AuthenticationConnection *, Key *); 68int ssh_remove_identity(AuthenticationConnection *, Key *);
69int ssh_remove_all_identities(AuthenticationConnection *, int); 69int ssh_remove_all_identities(AuthenticationConnection *, int);
70int ssh_update_card(AuthenticationConnection *, int, const char *); 70int ssh_update_card(AuthenticationConnection *, int, const char *, const char *);
71 71
72int 72int
73ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16], 73ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],