summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index c3de71f3e..fd31bd40f 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>
@@ -88,7 +88,7 @@ typedef struct {
88 char *user_hostfile2; 88 char *user_hostfile2;
89 char *preferred_authentications; 89 char *preferred_authentications;
90 char *bind_address; /* local socket address for connection to sshd */ 90 char *bind_address; /* local socket address for connection to sshd */
91 char *smartcard_device; /* Smartcard reader device */ 91 char *pkcs11_provider; /* PKCS#11 provider */
92 int verify_host_key_dns; /* Verify host key using DNS */ 92 int verify_host_key_dns; /* Verify host key using DNS */
93 93
94 int num_identity_files; /* Number of files for RSA/DSA identities. */ 94 int num_identity_files; /* Number of files for RSA/DSA identities. */