Commit f939d19b authored by Christian Heimes's avatar Christian Heimes

exclude _hashopenssl.c:_setException() from LCOV coverage

parent ebddd371
...@@ -557,6 +557,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen, ...@@ -557,6 +557,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
return 1; return 1;
} }
/* LCOV_EXCL_START */
static PyObject * static PyObject *
_setException(PyObject *exc) _setException(PyObject *exc)
{ {
...@@ -585,6 +586,7 @@ _setException(PyObject *exc) ...@@ -585,6 +586,7 @@ _setException(PyObject *exc)
} }
return NULL; return NULL;
} }
/* LCOV_EXCL_STOP */
PyDoc_STRVAR(pbkdf2_hmac__doc__, PyDoc_STRVAR(pbkdf2_hmac__doc__,
"pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\ "pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment