Skip to content

Commit c78b398

Browse files
tuple
1 parent f116cce commit c78b398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ PyObject *aws_py_ec_decode_signature(PyObject *self, PyObject *args) {
847847
return PyErr_AwsLastError();
848848
}
849849

850-
PyObject *result = PyTuple_New(3);
850+
PyObject *result = PyTuple_New(2);
851851
if (!result) {
852852
return NULL;
853853
}

0 commit comments

Comments
 (0)