Commit 992c10b
committed
Refactor `_setException()` into different helpers that can be used separately:
- set_ssl_exception_from_errcode(): set an exception from an explicit SSL error code.
- raise_ssl_error(): set an exception from the last SSL error code or use a user-defined message.
- notify_ssl_error_occurred(): same as raise_ssl_error() but with a generic default message.
# Conflicts:
# Modules/_hashopenssl.c
1 parent 4d7d249 commit 992c10b
1 file changed
+111
-70
lines changed
0 commit comments