mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
110 B
C
7 lines
110 B
C
|
#if !defined(_OSSL_PKCS5_H_)
|
||
|
#define _OSSL_PKCS5_H_
|
||
|
|
||
|
void Init_ossl_pkcs5(void);
|
||
|
|
||
|
#endif /* _OSSL_PKCS5_H_ */
|