aboutsummaryrefslogtreecommitdiff
path: root/crypto/des/rpc_des.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/rpc_des.h')
-rw-r--r--crypto/des/rpc_des.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crypto/des/rpc_des.h b/crypto/des/rpc_des.h
index 4db9062..986ac55 100644
--- a/crypto/des/rpc_des.h
+++ b/crypto/des/rpc_des.h
@@ -94,11 +94,6 @@
#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 };