Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
ossl_pkcs12.h
Go to the documentation of this file.
1/*
2 * This program is licensed under the same licence as Ruby.
3 * (See the file 'LICENCE'.)
4 */
5#if !defined(_OSSL_PKCS12_H_)
6#define _OSSL_PKCS12_H_
7
8extern VALUE cPKCS12;
10
11void Init_ossl_pkcs12(void);
12
13#endif /* _OSSL_PKCS12_H_ */
VALUE cPKCS12
Definition: ossl_pkcs12.c:30
VALUE ePKCS12Error
Definition: ossl_pkcs12.c:31
void Init_ossl_pkcs12(void)
Definition: ossl_pkcs12.c:233
unsigned long VALUE
Definition: value.h:38