blob: 8092f74d500b7dca4bbcb9d73ba38e67567fcfb9 [file] [log] [blame]
/*
* Header file for the OpenSSL Wrapper
*/
#ifndef SNMP_OPENSSL_H
#define SNMP_OPENSSL_H
#ifdef __cplusplus
extern "C" {
#endif
void netsnmp_init_openssl(void);
#ifdef __cplusplus
}
#endif
#endif /* SNMP_OPENSSL_H */