summaryrefslogtreecommitdiffstats
path: root/test/fips_algvs.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-11-25 11:52:06 +0100
committerDr. Stephen Henson <steve@openssl.org>2017-08-30 21:27:46 +0100
commite576b67e1a79a846d45b641b73ee378db212d763 (patch)
tree06ccb27625e5f84e8eb44db029ab6d47dbc62df9 /test/fips_algvs.c
parent7d91d9ea6b2281d847e6dcb05e6e3bbd88b60404 (diff)
c6x/* "facelift":OpenSSL-fips-2_0_15
- make scripts executable; - "parameterize" platform selection in c6x/do_fips; - add c6x/fips_algvs.mak; - add c6x/run6x.js launcher for more recent CCS versions; Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4265) (cherry picked from commit 781280094ad389e8958631b97e70f498becbd9cb)
Diffstat (limited to 'test/fips_algvs.c')
-rw-r--r--test/fips_algvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fips_algvs.c b/test/fips_algvs.c
index 8ff75dcd2e..2bfd213a0e 100644
--- a/test/fips_algvs.c
+++ b/test/fips_algvs.c
@@ -150,7 +150,7 @@ extern int fips_rsavtest_main(int argc, char **argv);
extern int fips_shatest_main(int argc, char **argv);
extern int fips_test_suite_main(int argc, char **argv);
-#if !defined(_TMS320C6400_PLUS)
+#if !defined(_TMS320C6400_PLUS) && !defined(_TMS320C6400)
#include "fips_aesavs.c"
#include "fips_cmactest.c"
#include "fips_desmovs.c"