diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2021-02-18 23:03:15 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2021-02-18 23:12:02 -0500 |
commit | c5003c26c854e2416beed503e136547efe64f44a (patch) | |
tree | 95163c815e24706728648029a7e071903fb9ff79 /src/meson.build | |
parent | 830d7e05613e554c67fb3bc81b67dad6e1ece72d (diff) | |
download | lighttpd-git-c5003c26c854e2416beed503e136547efe64f44a.tar.gz |
[core] algo_hmac.[ch] wrapper (portability)
hash-based message authentication code (HMAC) wrapper
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 474bbc35..3ec8c859 100644 --- a/src/meson.build +++ b/src/meson.build @@ -704,6 +704,7 @@ configure_file( ) common_src = [ + 'algo_hmac.c', 'algo_md5.c', 'algo_sha1.c', 'algo_splaytree.c', |