Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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)
15extern VALUE mOCSP;
16extern VALUE cOPCSReq;
17extern VALUE cOPCSRes;
18extern VALUE cOPCSBasicRes;
19#endif
20
21void Init_ossl_ocsp(void);
22
23#endif /* _OSSL_OCSP_H_ */
VALUE cOPCSReq
VALUE cOPCSBasicRes
void Init_ossl_ocsp(void)
Definition: ossl_ocsp.c:1697
VALUE cOPCSRes
VALUE mOCSP
Definition: ossl_ocsp.c:70
unsigned long VALUE