We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a399ab + 1af5c91 commit 2b1330dCopy full SHA for 2b1330d
meson.build
@@ -154,7 +154,7 @@ elif crypto_library == 'nss'
154
error('KDF support has not been implemented for NSS')
155
endif
156
elif crypto_library == 'mbedtls'
157
- mbedtls_dep = dependency('mbedtls', required: false)
+ mbedtls_dep = dependency('mbedcrypto', required: false)
158
if not mbedtls_dep.found()
159
mbedtls_dep = cc.find_library('mbedcrypto', has_headers: ['mbedtls/aes.h'], required: true)
160
0 commit comments