Skip to content

Commit 9fc2257

Browse files
committed
Fix build failure due to OCB mode test vectors (GH #5)
1 parent 354dca3 commit 9fc2257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ testdata_FILES = \
489489
TestData/fhmqv256.dat TestData/rc5val.dat
490490

491491
# Create with 'ls TestVectors/*.txt'. These files get installed.
492+
# OCB mode is not part of the release tarball, so manually remove it.
492493
testvector_FILES = \
493494
TestVectors/aead.txt TestVectors/rsa_oaep.txt \
494495
TestVectors/aes.txt TestVectors/rsa_pkcs1_1_5.txt \
@@ -525,7 +526,7 @@ testvector_FILES = \
525526
TestVectors/lsh.txt TestVectors/tea.txt \
526527
TestVectors/mars.txt TestVectors/threefish.txt \
527528
TestVectors/nr.txt TestVectors/ttmac.txt \
528-
TestVectors/ocb.txt TestVectors/vmac.txt \
529+
TestVectors/vmac.txt \
529530
TestVectors/panama.txt TestVectors/wake.txt \
530531
TestVectors/poly1305aes.txt TestVectors/whrlpool.txt \
531532
TestVectors/poly1305_tls.txt TestVectors/xchacha.txt \

0 commit comments

Comments
 (0)