net-snmp 5.7
|
00001 #ifndef NET_SNMP_SNMPV3_H 00002 #define NET_SNMP_SNMPV3_H 00003 00011 #include <net-snmp/types.h> 00012 00013 /* 00014 * For the initial release, this will just refer to the 00015 * relevant UCD header files. 00016 * In due course, the routines relevant to this area of the 00017 * API will be identified, and listed here directly. 00018 * 00019 * But for the time being, this header file is a placeholder, 00020 * to allow application writers to adopt the new header file names. 00021 */ 00022 00023 #include <net-snmp/library/snmp_api.h> 00024 00025 #include <net-snmp/library/callback.h> 00026 #include <net-snmp/library/snmpv3.h> 00027 #include <net-snmp/library/transform_oids.h> 00028 #include <net-snmp/library/keytools.h> 00029 #include <net-snmp/library/scapi.h> 00030 #include <net-snmp/library/lcd_time.h> 00031 #ifdef NETSNMP_USE_INTERNAL_MD5 00032 #include <net-snmp/library/md5.h> 00033 #endif 00034 00035 #include <net-snmp/library/snmp_secmod.h> 00036 #include <net-snmp/library/snmpv3-security-includes.h> 00037 00038 #endif /* NET_SNMP_SNMPV3_H */