summaryrefslogtreecommitdiff
path: root/debian/patches/apr-md5-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/apr-md5-include.patch')
-rw-r--r--debian/patches/apr-md5-include.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/apr-md5-include.patch b/debian/patches/apr-md5-include.patch
new file mode 100644
index 0000000..34a26fd
--- /dev/null
+++ b/debian/patches/apr-md5-include.patch
@@ -0,0 +1,17 @@
+Description: Include "apr_md5.h" for apr_password_validate
+Author: Colin Watson <cjwatson@debian.org>
+Forwarded: no
+Last-Update: 2013-07-09
+
+Index: b/mod_authn_yubikey.c
+===================================================================
+--- a/mod_authn_yubikey.c
++++ b/mod_authn_yubikey.c
+@@ -30,6 +30,7 @@
+ #include "apr_strings.h"
+ #include "apr_dbm.h"
+ #include "apr_time.h"
++#include "apr_md5.h"
+ #include "http_core.h"
+ #include "http_request.h"
+