diff options
Diffstat (limited to 'ext/openssl/ossl_hmac.h')
-rw-r--r-- | ext/openssl/ossl_hmac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/openssl/ossl_hmac.h b/ext/openssl/ossl_hmac.h index 17427587b2..e5bed37c9f 100644 --- a/ext/openssl/ossl_hmac.h +++ b/ext/openssl/ossl_hmac.h @@ -10,9 +10,6 @@ #if !defined(_OSSL_HMAC_H_) #define _OSSL_HMAC_H_ -extern VALUE cHMAC; -extern VALUE eHMACError; - void Init_ossl_hmac(void); #endif /* _OSSL_HMAC_H_ */ |