forked from qpdf/qpdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide error message in Windows crypto code (fixes qpdf#286)
Thanks to github user zdenop for supplying some additional error-handling code.
- Loading branch information
1 parent
6c39aa8
commit 7bd38a3
Showing
2 changed files
with
31 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
2019-06-22 Jay Berkenbilt <[email protected]> | ||
|
||
* Provided a more useful error message when Windows can't get | ||
security context. Thanks to user zdenop for supplying some code. | ||
Fixes #286. | ||
|
||
* Favor PointerHolder over manual memory allocation in shippable | ||
code where possible. Fixes #235. | ||
|
||
|
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