summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/readconf.h b/readconf.h
index f53864854..c2ffd9ed4 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.119 2017/04/30 23:11:45 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.120 2017/04/30 23:15:04 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -70,7 +70,6 @@ typedef struct {
70 * aborting connection attempt */ 70 * aborting connection attempt */
71 int number_of_password_prompts; /* Max number of password 71 int number_of_password_prompts; /* Max number of password
72 * prompts. */ 72 * prompts. */
73 int cipher; /* Cipher to use. */
74 char *ciphers; /* SSH2 ciphers in order of preference. */ 73 char *ciphers; /* SSH2 ciphers in order of preference. */
75 char *macs; /* SSH2 macs in order of preference. */ 74 char *macs; /* SSH2 macs in order of preference. */
76 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */ 75 char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */