blob: 66595c867bca44804e6fd178edf009e1ad34b359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1.1.1 2001/06/24 05:48:51 taca Exp $
--- zebedee.c.orig Sat Feb 10 05:47:55 2001
+++ zebedee.c
@@ -59,8 +59,8 @@
#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
|