11 lines
180 B
C
11 lines
180 B
C
#ifndef REGISTER_OPENSSL_H
|
|
#define REGISTER_OPENSSL_H
|
|
|
|
#ifdef OPENSSL_ENABLED
|
|
|
|
void register_openssl();
|
|
void unregister_openssl();
|
|
|
|
#endif
|
|
|
|
#endif // REGISTER_OPENSSL_H
|