fix c32toa needed with --enable-session-ticket

This commit is contained in:
Jacob Barthelmeh
2017-04-07 11:46:27 -06:00
parent 4e703b6805
commit 80d88b9421

View File

@@ -330,7 +330,7 @@ static INLINE void c16toa(word16 u16, byte* c)
#if !defined(NO_OLD_TLS) || defined(HAVE_CHACHA) || defined(HAVE_AESCCM) \
|| defined(HAVE_AESGCM) || defined(WOLFSSL_SESSION_EXPORT) \
|| defined(WOLFSSL_DTLS)
|| defined(WOLFSSL_DTLS) || defined(HAVE_SESSION_TICKET)
/* convert 32 bit integer to opaque */
static INLINE void c32toa(word32 u32, byte* c)
{