blob: 6d2cd901cbceff07b0f1170c90a4bc79916398c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* This program is licensed under the same licence as Ruby.
* (See the file 'COPYING'.)
*/
#if !defined(_OSSL_PKCS12_H_)
#define _OSSL_PKCS12_H_
void Init_ossl_pkcs12(void);
#endif /* _OSSL_PKCS12_H_ */
|