diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2021-12-14 01:01:24 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2022-01-19 08:28:23 -0500 |
commit | 955c95bf51b16a0a0da990fe9e4f7b4b8291f54e (patch) | |
tree | 1317289c9d10566f233a6162f565bd3ad76b5765 /src/meson.build | |
parent | 6f65dae4a580500cb773dc300966fccb483ede0a (diff) | |
download | lighttpd-git-955c95bf51b16a0a0da990fe9e4f7b4b8291f54e.tar.gz |
[mod_mbedtls] changes to build with mbedtls 3.0.0
x-ref:
"issues migrating lighttpd mod_mbedtls to mbedtls 3.0.0"
https://github.com/ARMmbed/mbedtls/issues/5331
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index dce00b04..4ee16346 100644 --- a/src/meson.build +++ b/src/meson.build @@ -468,7 +468,7 @@ endif if get_option('with_mbedtls') # manual search: # header: mbedtls/ssl.h - # function: mbedtls_cipher_info_from_type (-lmbedtls) + # function: mbedtls_ssl_init (-lmbedtls) # function: mbedtls_x509_get_name (-lmbedx509) # function: mbedtls_base64_encode (-lmbedcrypto) libmbedtls = [ compiler.find_library('mbedtls') ] |