1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Remove macros that are defined elsewhere.

This commit is contained in:
Mark Murray 2002-04-21 10:32:48 +00:00
parent 76a9e6c9f5
commit 83238851f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95192

View File

@ -23,8 +23,6 @@
#define MODE_ECB 1 /* Are we ciphering in ECB mode? */
#define MODE_CBC 2 /* Are we ciphering in CBC mode? */
#define MODE_CFB1 3 /* Are we ciphering in 1-bit CFB mode? */
#define TRUE 1
#define FALSE 0
#define BITSPERBLOCK 128 /* Default number of bits in a cipher block */
/* Error Codes - CHANGE POSSIBLE: inclusion of additional error codes */