Ruby
1.9.3p429(2013-05-15revision40747)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
openssl
ossl_ocsp.h
Go to the documentation of this file.
1
/*
2
* $Id: ossl_ocsp.h 25189 2009-10-02 12:04:37Z akr $
3
* 'OpenSSL for Ruby' project
4
* Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz>
5
* Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
6
* All rights reserved.
7
*/
8
/*
9
* This program is licenced under the same licence as Ruby.
10
* (See the file 'LICENCE'.)
11
*/
12
#if !defined(_OSSL_OCSP_H_)
13
#define _OSSL_OCSP_H_
14
15
#if defined(OSSL_OCSP_ENABLED)
16
extern
VALUE
mOCSP;
17
extern
VALUE
cOPCSReq;
18
extern
VALUE
cOPCSRes;
19
extern
VALUE
cOPCSBasicRes;
20
#endif
21
22
void
Init_ossl_ocsp
(
void
);
23
24
#endif
/* _OSSL_OCSP_H_ */
25
Generated on Thu May 23 2013 20:33:04 for Ruby by
1.8.3