diff options
Diffstat (limited to 'ext/openssl/ossl_bn.h')
-rw-r--r-- | ext/openssl/ossl_bn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/ossl_bn.h b/ext/openssl/ossl_bn.h index 800f84cb1e..0c186bd1c5 100644 --- a/ext/openssl/ossl_bn.h +++ b/ext/openssl/ossl_bn.h @@ -11,7 +11,6 @@ #define _OSSL_BN_H_ extern VALUE cBN; -extern VALUE eBNError; BN_CTX *ossl_bn_ctx_get(void); #define ossl_bn_ctx ossl_bn_ctx_get() |