]> andersk Git - openssh.git/blobdiff - regress/rekey.sh
- markus@cvs.openbsd.org 2010/01/15 09:24:23
[openssh.git] / regress / rekey.sh
index 26848d27b56c4618426fd1db61422ab5fc4e77e7..3c5f266fc99c386d1606c3f693d02e2f46ad219d 100644 (file)
@@ -8,7 +8,8 @@ COPY=${OBJ}/copy
 LOG=${OBJ}/log
 
 rm -f ${COPY} ${LOG} ${DATA}
-dd if=/dev/zero of=${DATA} bs=1k count=512 > /dev/null 2>&1
+touch ${DATA}
+dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
 
 for s in 16 1k 128k 256k; do
        trace "rekeylimit ${s}"
This page took 0.122667 seconds and 4 git commands to generate.