Ruby  1.9.3p429(2013-05-15revision40747)
ossl_pkcs12.h
Go to the documentation of this file.
1 /*
2  * This program is licenced under the same licence as Ruby.
3  * (See the file 'LICENCE'.)
4  * $Id: ossl_pkcs12.h 25189 2009-10-02 12:04:37Z akr $
5  */
6 #if !defined(_OSSL_PKCS12_H_)
7 #define _OSSL_PKCS12_H_
8 
9 extern VALUE cPKCS12;
10 extern VALUE ePKCS12Error;
11 
12 void Init_ossl_pkcs12(void);
13 
14 #endif /* _OSSL_PKCS12_H_ */
15 
16