bring sniffer.h inline with types.h

This commit is contained in:
kaleb-himes
2020-01-08 09:45:59 -07:00
parent d257003341
commit 187702efb9

View File

@ -98,7 +98,8 @@ enum {
* information associated with the SSL session. * information associated with the SSL session.
*/ */
#if defined(__IAR_SYSTEMS_ICC__) || defined(__GNUC__) #if (defined(__IAR_SYSTEMS_ICC__) && (__IAR_SYSTEMS_ICC__ > 8)) || \
defined(__GNUC__)
#define WOLFSSL_PACK __attribute__ ((packed)) #define WOLFSSL_PACK __attribute__ ((packed))
#else #else
#define WOLFSSL_PACK #define WOLFSSL_PACK