Skip to content

Commit

Permalink
Eliminate ocb.cc test program (closes mobile-shell#408)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
keithw committed Mar 27, 2013
1 parent 4a37359 commit 9669178
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9669178

Please sign in to comment.