forked from wolfSSL/wolfssl
bring sniffer.h inline with types.h
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user