summaryrefslogtreecommitdiff
path: root/debian/patches/apr-md5-include.patch
blob: 34a26fd5042f715c3bf55eee60aa8f0b5e685108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"