Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / zebedee / patches / patch-ab
blob8bcd94cdaa0d42a96621f0ddb99e6274c8766c37
1 $NetBSD: patch-ab,v 1.1.1.1 2001/06/24 05:48:51 taca Exp $
3 --- zebedee.c.orig      2005-09-03 07:20:23.000000000 +0900
4 +++ zebedee.c
5 @@ -59,8 +59,8 @@ typedef Huge *mpz_t;
6  #define mpz_clear(z)               huge_free(z)
7  #endif
8  
9 -#include "blowfish.h"
10 -#include "zlib.h"
11 +#include <openssl/blowfish.h>
12 +#include <zlib.h>
13  #ifndef DONT_HAVE_BZIP2
14  #include "bzlib.h"
15  #endif