forked from aws/aws-lc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Replace CONF's internal representation with something more ty…
…pesafe" (aws#1986) This reverts commit cc932cf. OpenSSL's historically made the `CONF` struct non-opaque. This hasn't changed in OpenSSL 3 either although there is documentation that indicates they wish to do so in the long run. It's likely going to be some time before this is actually done, but in the meantime Ruby has a dependency on `CONF`'s internals. This commit is reverting some of the original upstream work done that changes the internal variables of `CONF`. There will be a follow up PR to make the structure non-opaque. 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
1 parent
13f467e
commit f0c9b3a
Showing
3 changed files
with
90 additions
and
93 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