<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- lib/archive.h.orig	2018-03-20 21:09:55.000000000 -0500
+++ lib/archive.h	2020-12-20 20:34:04.000000000 -0600
@@ -40,12 +40,12 @@
 #define _XAR_ARCHIVE_H_
 #include &lt;zlib.h&gt;
 #include &lt;libxml/hash.h&gt;
-#ifdef __APPLE__
+/* #ifdef __APPLE__
 #include &lt;CommonCrypto/CommonDigest.h&gt;
 #include &lt;CommonCrypto/CommonDigestSPI.h&gt;
-#else
+#else */
 #include &lt;openssl/evp.h&gt;
-#endif
+/* #endif */
 #include &lt;sys/types.h&gt;
 #include &lt;sys/stat.h&gt;
 #include "xar.h"
</pre></body></html>