mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 03:50:50 +02:00
db8f4e4f19
wolfSSL_Rehandshake(): don't set 'ret' unless HAVE_SESSION_TICKET defined (otherwise compiler will complain: warning: Value stored to 'ret' is never read) AES GCM streaming: fix 64-bit word version to compile and pass testing Use '--enable-aesgcm=word' to get the word32 or word64 implementation depending on the availabilty of 64-bit type.