]> the.earth.li Git - onak.git/commit
Fix missing break in ECDSA/SHA1 sigcheck
authorJonathan McDowell <noodles@earth.li>
Sat, 2 Jan 2021 11:04:33 +0000 (11:04 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 2 Jan 2021 11:04:33 +0000 (11:04 +0000)
commit8e4c1600cae6c6d71ec0c8843d11354842a4feba
tree7f0b37e5d6cb3450e41b9d6f0f915282cc4fd723
parent5d606c2c010784f3d7ceaa4fd9a604b1147fa18d
Fix missing break in ECDSA/SHA1 sigcheck

We were mistakenly falling through to the ECDSA/SHA256 check.
sigcheck.c