From 1df63d9451459209c00f5e8db033f18d145cc741 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Wed, 30 Oct 2024 04:03:05 +0900 Subject: [ruby/openssl] Mark variables and functions as static whenever possible https://github.com/ruby/openssl/commit/85d6b7f192 --- ext/openssl/ossl_ocsp.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ext/openssl/ossl_ocsp.h') diff --git a/ext/openssl/ossl_ocsp.h b/ext/openssl/ossl_ocsp.h index 07da7d1684..becd70ffed 100644 --- a/ext/openssl/ossl_ocsp.h +++ b/ext/openssl/ossl_ocsp.h @@ -11,13 +11,6 @@ #if !defined(_OSSL_OCSP_H_) #define _OSSL_OCSP_H_ -#if !defined(OPENSSL_NO_OCSP) -extern VALUE mOCSP; -extern VALUE cOCSPReq; -extern VALUE cOCSPRes; -extern VALUE cOCSPBasicRes; -#endif - void Init_ossl_ocsp(void); #endif /* _OSSL_OCSP_H_ */ -- cgit v1.2.3