Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Go to the source code of this file.
Functions | |
void | Init_ossl_ocsp (void) |
Variables | |
VALUE | mOCSP |
VALUE | cOCSPReq |
VALUE | cOCSPRes |
VALUE | cOCSPBasicRes |
void Init_ossl_ocsp | ( | void | ) |
Definition at line 1651 of file ossl_ocsp.c.
References cOCSPReq, eOCSPError, eOSSLError, mOCSP, mOSSL, rb_cObject, rb_define_alloc_func(), rb_define_class_under(), rb_define_module(), rb_define_module_under(), and rb_eStandardError.
VALUE cOCSPBasicRes |
Definition at line 74 of file ossl_ocsp.c.
VALUE cOCSPReq |
Definition at line 72 of file ossl_ocsp.c.
Referenced by Init_ossl_ocsp().
VALUE cOCSPRes |
Definition at line 73 of file ossl_ocsp.c.
VALUE mOCSP |
Definition at line 70 of file ossl_ocsp.c.
Referenced by Init_ossl_ocsp().