mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-24 06:41:05 +00:00
Fix renaming oversight in documentation
This commit is contained in:
parent
e431563269
commit
8a0944cb99
|
@ -1676,7 +1676,7 @@
|
||||||
* Disable support for cache based session resumption.
|
* Disable support for cache based session resumption.
|
||||||
*
|
*
|
||||||
* This option is only about the server-side support of the session caches.
|
* This option is only about the server-side support of the session caches.
|
||||||
* Client will only need the MBEDTLS_SSL_SESSION_RESUMPTION to support
|
* Client will only need !MBEDTLS_SSL_NO_SESSION_RESUMPTION to support
|
||||||
* cache based session resumption.
|
* cache based session resumption.
|
||||||
*
|
*
|
||||||
* Server-side, you also need to provide callbacks for storing and reading
|
* Server-side, you also need to provide callbacks for storing and reading
|
||||||
|
|
Loading…
Reference in a new issue