drop useless define.

This commit is contained in:
Hajimu UMEMOTO 2003-10-12 14:47:24 +00:00
parent 53e67fbf8e
commit d82a80a330
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121040

View file

@ -86,9 +86,6 @@ __FBSDID("$FreeBSD$");
} while(0)
#define X(i) x[i]
#ifdef __NetBSD__
#define swap32(x) bswap32(x)
#endif
static u_char PADDING[64] = {
0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,