Definition of DATA in regress/cipher-speed.sh

Iain Morgan imorgan at nas.nasa.gov
Tue Feb 26 08:30:36 EST 2013


Hi,

I noticed that DATA is defined twice in regress/cipher-speed.sh:

% grep -n DATA cipher-speed.sh
12:DATA=/bin/ls
13:DATA=/bsd
33:             < ${DATA} ) 2>&1 | getbytes
54:             < ${DATA} ) 2>&1 | getbytes
% 

The second definition will override the first, however /bsd is not
present on all operating systems. Perhaps using something like $OBJ/sshd
would be more portable.

-- 
Iain Morgan


More information about the openssh-unix-dev mailing list