File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ private fun Project.registerCmakeConfigureTask(
126126 // error: implicit declaration of function ‘EVP_MD_free’;
127127 // See https://github.com/aws/s2n-tls/blob/529b01a8363962a4e3809c9d9ee34fdd098fb0ba/tests/features/S2N_LIBCRYPTO_SUPPORTS_PROVIDERS.c#L29
128128 // and https://github.com/aws/s2n-tls/blob/529b01a8363962a4e3809c9d9ee34fdd098fb0ba/crypto/s2n_hash.c#L85
129- args.add(" -DS2N_LIBCRYPTO_SUPPORTS_PROVIDERS_FOUND =FALSE" )
129+ // args.add("-DS2N_LIBCRYPTO_SUPPORTS_PROVIDERS =FALSE")
130130
131131 // executed from root build dir which is where CMakeLists.txt is
132132 // We _could_ use the undocumented -H flag but that will be harder to make work inside docker
You can’t perform that action at this time.
0 commit comments