Ruby
1.9.3p551(2014-11-13revision48407)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
openssl
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
Generated on Fri Nov 14 2014 16:03:59 for Ruby by
1.8.3