Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the BoringSSL benchmark to install libdecrepit (#1505)
### Description of changes: BoringSSL does not install libdecrepit by default, so our benchmark patches the file to install it to simplify our testing. They recently moved this to sources.cmake and the top level CMakeList.txt in google/boringssl@0cb032a. This causes issues for CI which now doesn't install libdecrepit and then fails to link the AES XTS implementation from libdecrepit. This change updates that. ### Testing: Ran locally By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information