-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make importing CNIOOpenSSL safer. (#41)
Motivation: There are a number of dangerous portions of CNIOOpenSSL that make it tricky to use. This mostly doesn't manifest in debug mode, or in this module, but when compiling in release mode or when others use this module it can all go subtly wrong. We should make this module easier to use correctly. Modifications: - Remove the constant defined in the header file, replace with #define. - Move all static inline declarations to regular function declarations. Result: Fewer compile errors, easier to use this module.
- Loading branch information
Showing
3 changed files
with
291 additions
and
227 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
Oops, something went wrong.