CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2010/02/28 06:07:26
Modified files: usr.bin/skey : skey.c Log message: In -x mode, if count was > 1 we would print both the hex and ascii versions of the response (for count == 1 only the hex version was printed). Make things consistent and match the docs by only printing the hex mode even if count > 1. OK otto@