Ruby 1.9.3p327(2012-11-10revision37606)
|
00001 /* 00002 * $Id: ossl_ocsp.h 25189 2009-10-02 12:04:37Z akr $ 00003 * 'OpenSSL for Ruby' project 00004 * Copyright (C) 2003 Michal Rokos <m.rokos@sh.cvut.cz> 00005 * Copyright (C) 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> 00006 * All rights reserved. 00007 */ 00008 /* 00009 * This program is licenced under the same licence as Ruby. 00010 * (See the file 'LICENCE'.) 00011 */ 00012 #if !defined(_OSSL_OCSP_H_) 00013 #define _OSSL_OCSP_H_ 00014 00015 #if defined(OSSL_OCSP_ENABLED) 00016 extern VALUE mOCSP; 00017 extern VALUE cOPCSReq; 00018 extern VALUE cOPCSRes; 00019 extern VALUE cOPCSBasicRes; 00020 #endif 00021 00022 void Init_ossl_ocsp(void); 00023 00024 #endif /* _OSSL_OCSP_H_ */ 00025