Files
2013-09-26 17:14:40 +02:00

16 lines
359 B
Plaintext

$NetBSD: patch-ab,v 1.2 2005/09/18 13:51:09 taca Exp $
--- zebedee.c.orig 2005-09-03 07:20:23.000000000 +0900
+++ zebedee.c
@@ -59,8 +59,8 @@ typedef Huge *mpz_t;
#define mpz_clear(z) huge_free(z)
#endif
-#include "blowfish.h"
-#include "zlib.h"
+#include <openssl/blowfish.h>
+#include <zlib.h>
#ifndef DONT_HAVE_BZIP2
#include "bzlib.h"
#endif