mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
5 lines
93 B
C
5 lines
93 B
C
#if !defined(OSSL_PROVIDER_H)
|
|
#define OSSL_PROVIDER_H
|
|
|
|
void Init_ossl_provider(void);
|
|
#endif
|