Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcada6b

Browse files
authored
remove unused binding (pyca#8593)
1 parent 3780689 commit dcada6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_cffi_src/openssl/rand.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"""
1313

1414
FUNCTIONS = """
15-
int RAND_set_rand_method(const RAND_METHOD *);
1615
void RAND_add(const void *, int, double);
1716
int RAND_status(void);
1817
int RAND_bytes(unsigned char *, int);

0 commit comments

Comments
 (0)