$OpenBSD: patch-src_utils_lib_sha1_c_h,v 1.1.1.1 2004/03/07 19:11:33 espie Exp $
--- src/utils/lib/sha1_c.h.orig	2004-02-12 19:57:44.000000000 +0100
+++ src/utils/lib/sha1_c.h	2004-02-12 19:57:49.000000000 +0100
@@ -4,12 +4,7 @@
 
 #include "../../../config/config.h"
 
-#if defined(HAVE_ENDIAN_H) && defined(HAVE_BYTESWAP_H)
 #include "sha1new_c.h"
-#else
-#include "os_stubs.h"
-#include "sha1old_c.h"
-#endif
 
 int sha1_begin(SHA1_CTX*);
 int sha1_hash(SHA1_CTX*, const unsigned char [], unsigned long);
