From 329da09a2a1068c3288328d389a55c19df009e35 Mon Sep 17 00:00:00 2001 From: ume Date: Sun, 12 Oct 2003 14:47:24 +0000 Subject: [PATCH] drop useless define. --- sys/crypto/ripemd160/rmd160.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/crypto/ripemd160/rmd160.c b/sys/crypto/ripemd160/rmd160.c index dd38b1ae7f4d..9243a36b2be0 100644 --- a/sys/crypto/ripemd160/rmd160.c +++ b/sys/crypto/ripemd160/rmd160.c @@ -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,