Cleanup ciphers and Add 3des ciphers.
[oweals/openssl.git] / providers / common / ciphers / cipher_common_hw.c
index 47e14afbbb077cb96c5c30cd810b05543c256eac..5a3fb3060b6a1022039ed7fe102066a9d0fdf219 100644 (file)
@@ -9,9 +9,6 @@
 
 #include "cipher_locl.h"
 
-#define MAXCHUNK    ((size_t)1 << (sizeof(long) * 8 - 2))
-#define MAXBITCHUNK ((size_t)1 << (sizeof(size_t) * 8 - 4))
-
 /*-
  * The generic cipher functions for cipher modes cbc, ecb, ofb, cfb and ctr.
  * Used if there is no special hardware implementations.