aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorthekuwayama <thekuwayama@gmail.com>2020-01-16 19:13:01 +0900
committerthekuwayama <thekuwayama@gmail.com>2020-01-16 19:16:16 +0900
commit348f9c1354fc9d0280b7dce1f0ed3d614b75c527 (patch)
tree1357b5ecc8c5423c892668b61bc6ddc5495fa351 /ext
parentbcc7626dde906eb84c9cbb8b8096f221279ffd76 (diff)
downloadruby-openssl-348f9c1354fc9d0280b7dce1f0ed3d614b75c527.tar.gz
Fix typo of `OpenSSL::OCSP` extern var
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_ocsp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/openssl/ossl_ocsp.h b/ext/openssl/ossl_ocsp.h
index 21e2c99a..6d2aac86 100644
--- a/ext/openssl/ossl_ocsp.h
+++ b/ext/openssl/ossl_ocsp.h
@@ -13,9 +13,9 @@
#if !defined(OPENSSL_NO_OCSP)
extern VALUE mOCSP;
-extern VALUE cOPCSReq;
-extern VALUE cOPCSRes;
-extern VALUE cOPCSBasicRes;
+extern VALUE cOCSPReq;
+extern VALUE cOCSPRes;
+extern VALUE cOCSPBasicRes;
#endif
void Init_ossl_ocsp(void);