Skip to content

Commit e207509

Browse files
committed
remove incorrect inline qualifier
1 parent 978628b commit e207509

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
@@ -396,7 +396,7 @@ get_openssl_evp_md_utf8name(const EVP_MD *md)
396396
return name;
397397
}
398398

399-
static inline PyObject *
399+
static PyObject *
400400
get_openssl_evp_md_name(const EVP_MD *md)
401401
{
402402
const char *name = get_openssl_evp_md_utf8name(md);

0 commit comments

Comments
 (0)