mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +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
|