mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
10 lines
210 B
C
10 lines
210 B
C
/*
|
|
* 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_ */
|