diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 04:51:06 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 04:51:06 +0100 |
commit | ba72d30aa541015c4e17c21cc1328c7db399d26a (patch) | |
tree | 48d275fba1025501485f2f67a6a3b6140a4e63ba /authfd.h | |
parent | - rees@cvs.openbsd.org 2002/03/21 21:54:34 (diff) | |
download | openssh-ba72d30aa541015c4e17c21cc1328c7db399d26a.tar.xz openssh-ba72d30aa541015c4e17c21cc1328c7db399d26a.zip |
- 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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: authfd.h,v 1.23 2002/03/04 17:27:39 stevesk Exp $ */ +/* $OpenBSD: authfd.h,v 1.24 2002/03/21 22:44:05 rees Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -67,7 +67,7 @@ Key *ssh_get_next_identity(AuthenticationConnection *, char **, int); int ssh_add_identity(AuthenticationConnection *, Key *, const char *); int ssh_remove_identity(AuthenticationConnection *, Key *); int ssh_remove_all_identities(AuthenticationConnection *, int); -int ssh_update_card(AuthenticationConnection *, int, const char *); +int ssh_update_card(AuthenticationConnection *, int, const char *, const char *); int ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16], |