Dave Shield | 00ef569 | 2011-02-22 08:55:48 +0000 | [diff] [blame] | 1 | /* |
2 | * Header file for the OpenSSL Wrapper | ||||
3 | */ | ||||
4 | |||||
5 | #ifndef SNMP_OPENSSL_H | ||||
6 | #define SNMP_OPENSSL_H | ||||
7 | |||||
8 | #ifdef __cplusplus | ||||
9 | extern "C" { | ||||
10 | #endif | ||||
11 | |||||
12 | void netsnmp_init_openssl(void); | ||||
13 | |||||
14 | #ifdef __cplusplus | ||||
15 | } | ||||
16 | #endif | ||||
17 | #endif /* SNMP_OPENSSL_H */ |