diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2022-01-05 07:28:21 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2022-01-05 07:28:21 -0500 |
commit | 1b11cd7aebfbc6a944ff21961dc44a5e537a92f6 (patch) | |
tree | 2601d24c11f5463df4e98ac8f297a0a83c53aa97 /src/algo_md5.c | |
parent | b6bd11c15e62133426cf2acf189886237b97736c (diff) | |
download | lighttpd-git-1b11cd7aebfbc6a944ff21961dc44a5e537a92f6.tar.gz |
[build] feature consistency between build types
Diffstat (limited to 'src/algo_md5.c')
-rw-r--r-- | src/algo_md5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/algo_md5.c b/src/algo_md5.c index 04a79f17..75621f60 100644 --- a/src/algo_md5.c +++ b/src/algo_md5.c @@ -3,6 +3,9 @@ #include "sys-crypto-md.h" #ifndef USE_LIB_CRYPTO_MD5 +#define HAVE_MEMCPY +#define HAVE_MEMSET + /* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ |