aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/bignum.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/bignum.py b/src/_cffi_src/openssl/bignum.py
index e0d87ae1..2c140c93 100644
--- a/src/_cffi_src/openssl/bignum.py
+++ b/src/_cffi_src/openssl/bignum.py
@@ -19,6 +19,9 @@ BIGNUM *BN_new(void);
void BN_free(BIGNUM *);
void BN_clear_free(BIGNUM *);
+int BN_rand(BIGNUM *, int, int, int);
+int BN_rand_range(BIGNUM *, BIGNUM *);
+
BN_CTX *BN_CTX_new(void);
void BN_CTX_free(BN_CTX *);