Skip to content

Commit

Permalink
remove unneeded binding (pyca#6150)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored and tiran committed Aug 8, 2021
1 parent 417984a commit 4df2a65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_cffi_src/openssl/err.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
void ERR_put_error(int, int, int, const char *, int);
int ERR_GET_LIB(unsigned long);
int ERR_GET_FUNC(unsigned long);
int ERR_GET_REASON(unsigned long);
"""
Expand Down

0 comments on commit 4df2a65

Please sign in to comment.