Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
Functions | Variables
ossl_ocsp.h File Reference

(b76ad15ed0da636161de0243c547ee1e6fc95681)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void Init_ossl_ocsp (void)
 

Variables

VALUE mOCSP
 
VALUE cOCSPReq
 
VALUE cOCSPRes
 
VALUE cOCSPBasicRes
 

Function Documentation

◆ Init_ossl_ocsp()

void Init_ossl_ocsp ( void  )

Variable Documentation

◆ cOCSPBasicRes

VALUE cOCSPBasicRes

Definition at line 74 of file ossl_ocsp.c.

◆ cOCSPReq

VALUE cOCSPReq

Definition at line 72 of file ossl_ocsp.c.

Referenced by Init_ossl_ocsp().

◆ cOCSPRes

VALUE cOCSPRes

Definition at line 73 of file ossl_ocsp.c.

◆ mOCSP

VALUE mOCSP

Definition at line 70 of file ossl_ocsp.c.

Referenced by Init_ossl_ocsp().