summaryrefslogtreecommitdiff
path: root/src/mod_authn_mysql.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-05-24 12:21:13 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 22:51:31 -0400
commit1fc8a3e1f2c91ba7fc246b63e1db85d9d4875df2 (patch)
tree3961ffd46e824ac679be17feaab1d19aa480cd71 /src/mod_authn_mysql.c
parentc18f442a63a5a7e591cbaa379bfaf1cfd2741aef (diff)
downloadlighttpd-git-1fc8a3e1f2c91ba7fc246b63e1db85d9d4875df2.tar.gz
[core] sys-crypto-md.h w/ inline message digest fn
sys-crypto-md.h w/ inline message digest functions; shared code
Diffstat (limited to 'src/mod_authn_mysql.c')
-rw-r--r--src/mod_authn_mysql.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_authn_mysql.c b/src/mod_authn_mysql.c
index dbf594fc..0e28e06b 100644
--- a/src/mod_authn_mysql.c
+++ b/src/mod_authn_mysql.c
@@ -23,7 +23,6 @@
#include "base.h"
#include "http_auth.h"
#include "log.h"
-#include "md5.h"
#include "plugin.h"
#include <stdio.h>
@@ -37,6 +36,8 @@
#include <crypt.h>
#endif
+#include "sys-crypto-md.h"
+
typedef struct {
int auth_mysql_port;
const char *auth_mysql_host;