diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h index 8ac426dbd..24762e71c 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.h,v 1.79 2009/06/27 09:35:06 andreas Exp $ */ | 1 | /* $OpenBSD: readconf.h,v 1.82 2010/02/08 10:50:20 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -89,7 +89,7 @@ typedef struct { | |||
89 | char *user_hostfile2; | 89 | char *user_hostfile2; |
90 | char *preferred_authentications; | 90 | char *preferred_authentications; |
91 | char *bind_address; /* local socket address for connection to sshd */ | 91 | char *bind_address; /* local socket address for connection to sshd */ |
92 | char *smartcard_device; /* Smartcard reader device */ | 92 | char *pkcs11_provider; /* PKCS#11 provider */ |
93 | int verify_host_key_dns; /* Verify host key using DNS */ | 93 | int verify_host_key_dns; /* Verify host key using DNS */ |
94 | 94 | ||
95 | int num_identity_files; /* Number of files for RSA/DSA identities. */ | 95 | int num_identity_files; /* Number of files for RSA/DSA identities. */ |