Skip to content

Commit 41f4c17

Browse files
besser82Daniel Zagaynov
authored andcommitted
pyxcrypt (_crypt_checksalt): Do not alter ERRNO.
1 parent 014b776 commit 41f4c17

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pyxcrypt/pyxcrypt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ static PyObject * _crypt(PyObject *self, PyObject *args)
110110

111111
static PyObject * _crypt_checksalt(PyObject *self, PyObject *args)
112112
{
113-
errno = 0;
114113
const char *setting;
115114
Py_ssize_t *dumb_sz_1;
116115

0 commit comments

Comments
 (0)