Skip to content

Commit 30e0c9b

Browse files
committed
remove unnecessary forward declaration
1 parent 26faaa5 commit 30e0c9b

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
@@ -1534,7 +1534,6 @@ _hashlib_hmac_singleshot_impl(PyObject *module, Py_buffer *key,
15341534
*/
15351535

15361536
static int _hmac_update(HMACobject*, PyObject*);
1537-
static PyObject *_hashlib_hmac_get_name(PyObject *, void *);
15381537

15391538
/*[clinic input]
15401539
_hashlib.hmac_new

0 commit comments

Comments
 (0)