rc4-x86_64.pl: RC4_options fix-up.
[openssl.git] / fips / fips_locl.h
index fba8db8b63ddb2d02b2e25285a5a4eb6132960b9..1b29176ae097df258b2cae9884d71fe4c03596c6 100644 (file)
@@ -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) \