$OpenBSD: patch-os_hpp,v 1.8 2012/04/08 17:04:20 naddy Exp $
--- os.hpp.orig	Mon Jan  9 14:46:08 2012
+++ os.hpp	Sun Apr  8 18:41:22 2012
@@ -193,6 +193,10 @@
 #include <utime.h>
 #include <locale.h>
 
+#ifdef OPENSSL
+#include <openssl/evp.h>
+#endif
+
 #ifdef  S_IFLNK
 #define SAVE_LINKS
 #endif
@@ -263,12 +267,12 @@
   #endif
 #endif
 
-#if !defined(BIG_ENDIAN) && !defined(_WIN_CE) && defined(_WIN_ALL)
+#if defined(ALLOW_NOT_ALIGNED_INT)
 /* allow not aligned integer access, increases speed in some operations */
-#define ALLOW_NOT_ALIGNED_INT
+#undef ALLOW_NOT_ALIGNED_INT
 #endif
 
-#if defined(__sparc) || defined(sparc) || defined(__sparcv9)
+#ifndef STRICT_ALIGNMENT_REQUIRED
 /* prohibit not aligned access to data structures in text comression
    algorithm, increases memory requirements */
 #define STRICT_ALIGNMENT_REQUIRED
