From 80d88b94218742da1b18edf4ec0833b7e1cf8cc3 Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Fri, 7 Apr 2017 11:46:27 -0600 Subject: [PATCH] fix c32toa needed with --enable-session-ticket --- src/internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.c b/src/internal.c index 02eb35bda..b1d2a00b4 100644 --- a/src/internal.c +++ b/src/internal.c @@ -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) {