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