Rework how our providers are built
[openssl.git] / providers / common / ciphers / cipher_aes_xts.c
index fdda733d24124906ed59002c2ad9ba943d0dafb5..d0b999081e993185a440ac67041b82174c5e5c25 100644 (file)
 #define AES_XTS_IV_BITS 128
 #define AES_XTS_BLOCK_BITS 8
 
-#ifdef FIPS_MODE
-static const int allow_insecure_decrypt = 0;
-#else
-static const int allow_insecure_decrypt = 1;
-#endif /* FIPS_MODE */
-
 /* forward declarations */
 static OSSL_OP_cipher_encrypt_init_fn aes_xts_einit;
 static OSSL_OP_cipher_decrypt_init_fn aes_xts_dinit;