/*!
 * @file ssl_lib_setup.h
 * @brief Set up of SSL library pointers.
 */
#ifndef _METERPRETER_METSRV_SSL_LIB_SETUP_H
#define _METERPRETER_METSRV_SSL_LIB_SETUP_H

void setup_ssl_lib(SslLib* sslLib);

#endif