Ruby
2.0.0p247(2013-06-27revision41674)
|
00001 /* 00002 * This program is licenced under the same licence as Ruby. 00003 * (See the file 'LICENCE'.) 00004 * $Id: ossl_pkcs12.h 25189 2009-10-02 12:04:37Z akr $ 00005 */ 00006 #if !defined(_OSSL_PKCS12_H_) 00007 #define _OSSL_PKCS12_H_ 00008 00009 extern VALUE cPKCS12; 00010 extern VALUE ePKCS12Error; 00011 00012 void Init_ossl_pkcs12(void); 00013 00014 #endif /* _OSSL_PKCS12_H_ */ 00015 00016