aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/_cffi_src/openssl/rand.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/_cffi_src/openssl/rand.py b/src/_cffi_src/openssl/rand.py
index 089da8b3..68653927 100644
--- a/src/_cffi_src/openssl/rand.py
+++ b/src/_cffi_src/openssl/rand.py
@@ -13,12 +13,8 @@ static const long Cryptography_HAS_EGD;
"""
FUNCTIONS = """
-void RAND_seed(const void *, int);
void RAND_add(const void *, int, double);
int RAND_status(void);
-const char *RAND_file_name(char *, size_t);
-int RAND_load_file(const char *, long);
-int RAND_write_file(const char *);
int RAND_bytes(unsigned char *, int);
/* ERR_load_RAND_strings started returning an int in 1.1.0. Unfortunately we
can't declare a conditional signature like that. Since it always returns