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>
9 * This program is licenced under the same licence as Ruby.
10 * (See the file 'LICENCE'.)
12 #if !defined(_OSSL_OCSP_H_)
15 #if defined(OSSL_OCSP_ENABLED)
17 extern VALUE cOPCSReq
;
18 extern VALUE cOPCSRes
;
19 extern VALUE cOPCSBasicRes
;
22 void Init_ossl_ocsp(void);
24 #endif /* _OSSL_OCSP_H_ */