=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- src/usr.bin/ssh/readconf.h 2017/04/30 23:11:45 1.119 +++ src/usr.bin/ssh/readconf.h 2017/04/30 23:15:04 1.120 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.119 2017/04/30 23:11:45 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.120 2017/04/30 23:15:04 djm Exp $ */ /* * Author: Tatu Ylonen @@ -70,7 +70,6 @@ * aborting connection attempt */ int number_of_password_prompts; /* Max number of password * prompts. */ - int cipher; /* Cipher to use. */ char *ciphers; /* SSH2 ciphers in order of preference. */ char *macs; /* SSH2 macs in order of preference. */ char *hostkeyalgorithms; /* SSH2 server key types in order of preference. */