=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/bufaux.h,v retrieving revision 1.19.4.2 retrieving revision 1.20 diff -u -r1.19.4.2 -r1.20 --- src/usr.bin/ssh/Attic/bufaux.h 2005/06/05 02:22:39 1.19.4.2 +++ src/usr.bin/ssh/Attic/bufaux.h 2004/10/29 23:56:17 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: bufaux.h,v 1.19.4.2 2005/06/05 02:22:39 brad Exp $ */ +/* $OpenBSD: bufaux.h,v 1.20 2004/10/29 23:56:17 djm Exp $ */ /* * Author: Tatu Ylonen @@ -40,7 +40,7 @@ void buffer_put_cstring(Buffer *, const char *); #define buffer_skip_string(b) \ - do { u_int l = buffer_get_int(b); buffer_consume(b, l); } while (0) + do { u_int l = buffer_get_int(b); buffer_consume(b, l); } while(0) int buffer_put_bignum_ret(Buffer *, const BIGNUM *); int buffer_get_bignum_ret(Buffer *, BIGNUM *);