=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/utilities.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/telnet/utilities.c 2003/06/03 02:56:18 1.9 --- src/usr.bin/telnet/utilities.c 2007/10/17 20:10:44 1.10 *************** *** 1,4 **** ! /* $OpenBSD: utilities.c,v 1.9 2003/06/03 02:56:18 millert Exp $ */ /* $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: utilities.c,v 1.10 2007/10/17 20:10:44 chl Exp $ */ /* $NetBSD: utilities.c,v 1.5 1996/02/28 21:04:21 thorpej Exp $ */ /* *************** *** 277,283 **** --- 277,285 ---- int length; /* length of suboption data */ { int i; + #if defined(AUTHENTICATION) || defined(ENCRYPTION) char buf[512]; + #endif extern int want_status_response; if (showoptions || direction == 0 ||