openbsd-ports/mail/dkim-milter/patches/patch-libdkim_dkim_h

15 lines
381 B
Plaintext
Raw Normal View History

$OpenBSD: patch-libdkim_dkim_h,v 1.5 2009/01/23 06:43:07 jasper Exp $
--- libdkim/dkim.h.orig Tue Jan 13 09:22:18 2009
+++ libdkim/dkim.h Thu Jan 22 23:28:54 2009
@@ -17,6 +17,10 @@ static char dkim_h_id[] = "@(#)$Id: dkim.h,v 1.197 200
/* openssl includes */
#include <openssl/sha.h>
+#if defined(__OpenBSD__)
+#include <sha2.h>
+#endif
+
/*
** version -- 0xrrMMmmpp
**