CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2017/04/27 22:00:14
Modified files: regress/usr.bin/ssh: integrity.sh Log message: Pull back some shell portability fixes from -portable to make future syncs easier. Note that this also changes the number of bytes skipped on "Bad Packet" errors from 2 to 3 because the worst case is changing the high byte of the length field in which case skipping 3 bytes is needed. ok djm@