blob: 8092f74d500b7dca4bbcb9d73ba38e67567fcfb9 [file] [log] [blame]
Dave Shield00ef5692011-02-22 08:55:48 +00001/*
2 * Header file for the OpenSSL Wrapper
3 */
4
5#ifndef SNMP_OPENSSL_H
6#define SNMP_OPENSSL_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12 void netsnmp_init_openssl(void);
13
14#ifdef __cplusplus
15}
16#endif
17#endif /* SNMP_OPENSSL_H */