Skip to content

Commit b843fbf

Browse files
committed
Merge branch 'feat/hashopenssl/refactoring-134531' of github.com:picnixz/cpython into feat/hashlib/evp-mac-134531
2 parents 5775a46 + ae7385a commit b843fbf

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
@@ -1868,7 +1868,7 @@ _hashlib_hmac_singleshot_impl(PyObject *module, Py_buffer *key,
18681868
unsigned int md_len = 0;
18691869
#endif
18701870
const void *result;
1871-
PY_EVP_MD *evp;
1871+
PY_EVP_MD *evp = NULL;
18721872
int is_xof;
18731873

18741874
if (key->len > INT_MAX) {

0 commit comments

Comments
 (0)