Ruby  3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
ossl_ocsp.h
Go to the documentation of this file.
1 /*
2  * 'OpenSSL for Ruby' project
3  * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
4  * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
5  * All rights reserved.
6  */
7 /*
8  * This program is licensed under the same licence as Ruby.
9  * (See the file 'LICENCE'.)
10  */
11 #if !defined(_OSSL_OCSP_H_)
12 #define _OSSL_OCSP_H_
13 
14 #if !defined(OPENSSL_NO_OCSP)
15 extern VALUE mOCSP;
16 extern VALUE cOCSPReq;
17 extern VALUE cOCSPRes;
18 extern VALUE cOCSPBasicRes;
19 #endif
20 
21 void Init_ossl_ocsp(void);
22 
23 #endif /* _OSSL_OCSP_H_ */
cOCSPRes
VALUE cOCSPRes
Definition: ossl_ocsp.c:73
Init_ossl_ocsp
void Init_ossl_ocsp(void)
Definition: ossl_ocsp.c:1651
mOCSP
VALUE mOCSP
Definition: ossl_ocsp.c:70
VALUE
unsigned long VALUE
Definition: value.h:38
cOCSPReq
VALUE cOCSPReq
Definition: ossl_ocsp.c:72
cOCSPBasicRes
VALUE cOCSPBasicRes
Definition: ossl_ocsp.c:74