-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use BIO API instead of fp to avoid OPENSSL_Applink errors(#405)
Use BIO API functions instead of FILE * and Unix type file descriptors to avoid errors such as these: OPENSSL_Uplink(00007FFFBC46D000,08): no OPENSSL_Applink OPENSSL_Uplink(02831000,08): no OPENSSL_Applink In addition to GitHub issue GH-281, this also addresses CPAN Request Tracker Bug 101638. https://rt.cpan.org/Public/Bug/Display.html?id=101638
- Loading branch information
Showing
1 changed file
with
10 additions
and
8 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