Fix DES_LONG breakage
[openssl.git] / crypto / des / rpc_des.h
index 4db9062d973e34fa24aaf2cb776e50006bf06dca..986ac55348e7b94c9a10bb9d0524b26a6dc3414e 100644 (file)
 #define DES_MAXLEN      65536   /* maximum # of bytes to encrypt */
 #define DES_QUICKLEN    16      /* maximum # of bytes to encrypt quickly */
 
-#ifdef HEADER_DES_H
-# undef ENCRYPT
-# undef DECRYPT
-#endif
-
 enum desdir { ENCRYPT, DECRYPT };
 enum desmode { CBC, ECB };