-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOTE: This is a first step to allow us to start experimenting with OpenSSL 3. - Use const uint8_t* pointer when calling `EVP_PKEY_CTX_set*` functions - Remove `EXACT` keyword when using `find_package` for OpenSSL - Assign the result of `EVP_PKEY_get0_EC_KEY` to a `const EC_KEY*` PiperOrigin-RevId: 528720245 Change-Id: Id61bf0e18a9e7e351fa1c3c750247364000c0d58
- Loading branch information
1 parent
6e9ab05
commit 4b09176
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters