diff options
| author | quapka | 2024-07-25 15:30:42 +0200 |
|---|---|---|
| committer | quapka | 2024-07-25 15:30:42 +0200 |
| commit | dd5e280b30bf0330f7723c8a2aea397b3a7758d2 (patch) | |
| tree | b6b5d36bcd7de3d55234ac6099f1c9a17d9aa658 | |
| parent | aa36d350ddc4545bf777d7ee1740137c868ea498 (diff) | |
| download | ECTester-dd5e280b30bf0330f7723c8a2aea397b3a7758d2.tar.gz ECTester-dd5e280b30bf0330f7723c8a2aea397b3a7758d2.tar.zst ECTester-dd5e280b30bf0330f7723c8a2aea397b3a7758d2.zip | |
Clean up Nix build of MbedTLS shim
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -157,6 +157,9 @@ cp ${opensslShim.out}/lib/openssl_provider.so ${jniLibsPath} cp ${boringsslShim.out}/lib/boringssl_provider.so ${jniLibsPath} cp ${gcryptShim.out}/lib/gcrypt_provider.so ${jniLibsPath} + cp ${libresslShim.out}/lib/libressl_provider.so ${jniLibsPath} + cp ${mbedtlsShim.out}/lib/mbedtls_provider.so ${jniLibsPath} + cp ${wolfcryptjni}/lib/* ${jniLibsPath} cp ${commonLibs}/lib/* ${jniLibsPath} ''; @@ -190,7 +193,6 @@ libb64 clang - mbedtls nasm libtool perl |
