mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 12:42:25 +01:00
To go with the fix for the functions wolfSSL_(i2d|d2i)_SSL_SESSION, modify the example client to use a serialized session record for resumption instead of the direct reference into the session cache. This change only happens when OPENSSL_EXTRA and HAVE_EXT_CACHE are defined.