Fix compile of SNMPv3 code with MSVC

This commit is contained in:
Dirk Ziegelmeier
2016-08-19 12:21:01 +02:00
parent 64f79e7ffc
commit 12609c951c
2 changed files with 21 additions and 15 deletions

View File

@@ -283,7 +283,11 @@
#endif
#ifndef LWIP_SNMP_V3_CRYPTO
#define LWIP_SNMP_V3_CRYPTO LWIP_SNMP_V3
#define LWIP_SNMP_V3_CRYPTO LWIP_SNMP_V3
#endif
#ifndef LWIP_SNMP_V3_MBEDTLS
#define LWIP_SNMP_V3_MBEDTLS LWIP_SNMP_V3
#endif
#endif /* LWIP_HDR_SNMP_OPTS_H */