Skip to content

Commit ae7385a

Browse files
authored
revert the previous commit as it made the assertion failed
1 parent e3009e8 commit ae7385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_hashopenssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ _hashlib_hmac_singleshot_impl(PyObject *module, Py_buffer *key,
18641864
unsigned int md_len = 0;
18651865
#endif
18661866
const void *result;
1867-
PY_EVP_MD *evp;
1867+
PY_EVP_MD *evp = NULL;
18681868
int is_xof;
18691869

18701870
if (key->len > INT_MAX) {

0 commit comments

Comments
 (0)