Call of memcmp with null pointers in obj_cmp()
[oweals/openssl.git] / test / testenc
index 3a07398eab8730c939ff431c55b23e53da93cd38..87b70ec111159189db8675b574135a9a1ea650c6 100644 (file)
@@ -20,7 +20,7 @@ $cmd enc -a -d < $test.cipher >$test.clear
 cmp $test $test.clear || exit 1
 /bin/rm $test.cipher $test.clear
 
-for i in `$cmd list-cipher-commands`
+for i in `$cmd list -cipher-commands`
 do
        echo $i
        $cmd $i -bufsize 113 -e -k test < $test > $test.$i.cipher