diff options
Diffstat (limited to 'ext/openssl/ossl_rand.h')
-rw-r--r-- | ext/openssl/ossl_rand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/openssl/ossl_rand.h b/ext/openssl/ossl_rand.h index 874ab539b8..294986d017 100644 --- a/ext/openssl/ossl_rand.h +++ b/ext/openssl/ossl_rand.h @@ -10,9 +10,6 @@ #if !defined(_OSSL_RAND_H_) #define _OSSL_RAND_H_ -extern VALUE mRandom; -extern VALUE eRandomError; - void Init_ossl_rand(void); #endif /* _OSSL_RAND_H_ */ |