summaryrefslogtreecommitdiffstats
path: root/fips/fips_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-15 11:30:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-15 11:30:19 +0000
commitbf8131f79f89c3939e3329676bd5c8b8f795e8f8 (patch)
treebdc563d50b57f22ab075c2ff2bc3d7ac63463cce /fips/fips_locl.h
parent06b7e5a0e4ba613acdef51aaaa1b338a0c3e12b3 (diff)
Add XTS selftest, include in fips_test_suite.
Diffstat (limited to 'fips/fips_locl.h')
-rw-r--r--fips/fips_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/fips_locl.h b/fips/fips_locl.h
index fba8db8b63..1b29176ae0 100644
--- a/fips/fips_locl.h
+++ b/fips/fips_locl.h
@@ -53,7 +53,7 @@
extern "C" {
#endif
-#define FIPS_MAX_CIPHER_TEST_SIZE 16
+#define FIPS_MAX_CIPHER_TEST_SIZE 32
#define fips_load_key_component(key, comp, pre) \
key->comp = BN_bin2bn(pre##_##comp, sizeof(pre##_##comp), key->comp); \
if (!key->comp) \