- (djm) [regress/integrity.sh] repair botched merge

This commit is contained in:
Damien Miller 2013-01-12 23:10:47 +11:00
parent 846dc7f21c
commit efa1c95092
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- djm@cvs.openbsd.org 2013/01/12 11:23:53
[regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]
test AES-GCM modes; feedback markus@
- (djm) [regress/integrity.sh] repair botched merge
20130109
- (djm) OpenBSD CVS Sync

View File

@ -56,6 +56,7 @@ for m in $macs; do
case "$output" in
Bad?packet*) elen=$((elen+1)); skip=3;;
Corrupted?MAC* | Decryption?integrity?check?failed*)
emac=$((emac+1)); skip=0;;
padding*) epad=$((epad+1)); skip=0;;
*) fail "unexpected error mac $m at $off";;
esac