Skip to content

Commit 7036df8

Browse files
authored
remove TODO
1 parent 380f5a0 commit 7036df8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_hashopenssl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ get_openssl_evp_md_by_utf8name(PyObject *module, const char *name,
506506
}
507507
}
508508
if (digest == NULL) {
509-
// NOTE(picnixz): report hash type value instead of name
510509
raise_ssl_error(state->unsupported_digestmod_error,
511510
"unsupported hash type %s", name);
512511
return NULL;

0 commit comments

Comments
 (0)