From a6459ea267edc65be49643d7dbaf21aef748a6b9 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 1 Mar 2002 01:47:15 +0000 Subject: Update from 1.2 (academic source release) to 2.3.1-2 (open source Linux release). In relation to Tripwire 1.x, 2.x is a complete rewrite. PR: ports/29137 Submitted by: nectar (first review), cjc (second review) --- security/tripwire/files/patch-ac | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 security/tripwire/files/patch-ac (limited to 'security/tripwire/files/patch-ac') diff --git a/security/tripwire/files/patch-ac b/security/tripwire/files/patch-ac deleted file mode 100644 index bad090157860..000000000000 --- a/security/tripwire/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -This patch eliminates a compiler warning about LITTLE_ENDIAN begin -redefined. - -*** sigs/sha/sha.c.orig Mon Jul 25 08:46:45 1994 ---- sigs/sha/sha.c Mon Mar 31 19:55:23 1997 -*************** -*** 47,52 **** ---- 47,54 ---- - #include "sha.h" - - #if BYTEORDER == 0x1234 -+ #undef BIG_ENDIAN -+ #undef LITTLE_ENDIAN - #define LITTLE_ENDIAN - #endif - -- cgit v1.2.3