freebsd-ports/devel/libpdel/files/patch-rsa_util.c
Norikatsu Shigemura 3b090ca1b0 Fix build on 7-current.
Approved by:	maintainer timeout (1 week)
2006-09-23 11:36:24 +00:00

10 lines
258 B
C

--- util/rsa_util.c.orig Sat Jan 22 06:02:19 2005
+++ util/rsa_util.c Sun Sep 17 19:58:23 2006
@@ -50,6 +50,7 @@
#include <openssl/ssl.h>
#include <openssl/err.h>
+#include <openssl/md5.h>
#include "structs/structs.h"
#include "structs/type/array.h"