Eliminate ocb.cc test program (closes #408)

This test doesn't return an error on failure and also was triggering a
stack protector warning on some platforms. We have an end-to-end test of
OCB in src/tests/ocb-aes.cc that seems to work well.
This commit is contained in:
Keith Winstein
2013-03-27 15:21:20 -04:00
parent 4a37359704
commit 9669178f07
-7
View File
@@ -15,10 +15,3 @@ libmoshcrypto_a_SOURCES = \
crypto.cc \
crypto.h \
prng.h
check_PROGRAMS = ocb-test
TESTS = ocb-test
ocb_test_SOURCES = $(OCB_SRCS)
ocb_test_CPPFLAGS = -DOCB_TEST_PROGRAM
ocb_test_LDADD = $(OPENSSL_LIBS)