Skip to content

Commit e88f608

Browse files
committed
label dedent
1 parent c30ca29 commit e88f608

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
@@ -1378,7 +1378,7 @@ pbkdf2_hmac_impl(PyObject *module, const char *hash_name,
13781378
goto end;
13791379
}
13801380

1381-
end:
1381+
end:
13821382
if (digest != NULL) {
13831383
PY_EVP_MD_free(digest);
13841384
}

0 commit comments

Comments
 (0)