[mod_auth] include base.h for USE_OPENSSL def

This commit is contained in:
Glenn Strauss 2016-08-20 20:38:47 -04:00
parent 6ec66c4dce
commit 9e7083582d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# define HAVE_CRYPT
#endif
#include "base.h"
#ifdef USE_OPENSSL
#include "base64.h"
#include <openssl/sha.h>