Remove redundant strlen()'s on sha1 digest verification
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Apr 2011 07:31:23 +0000 (10:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Apr 2011 12:24:09 +0000 (15:24 +0300)
commit44ce440509e5277ce39dd0145b148f7a6661366f
tree2c38839cb6a1c5aa81a911a3268342e08c0114de
parent60bb36b90c55a34128fd6662ada1859aaa89f6b5
Remove redundant strlen()'s on sha1 digest verification
- string comparison notices different length anyway, avoid going
  through the same data twice
lib/signature.c