From 3332ee2f6fbeaff1e887ecedec108f4ef1eaa12a Mon Sep 17 00:00:00 2001 From: yellows8 Date: Thu, 9 Mar 2023 23:15:22 -0500 Subject: [PATCH] ssl: minor fix --- nx/include/switch/services/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/ssl.h b/nx/include/switch/services/ssl.h index 0e7cc935..2d3b6697 100644 --- a/nx/include/switch/services/ssl.h +++ b/nx/include/switch/services/ssl.h @@ -179,7 +179,7 @@ typedef enum { /// PrivateOptionType typedef enum { - SslPrivateOptionType_DtlsSession = 1, ///< \ref sslConnectionSetSessionCacheMode will throw an error if the input ::SslSessionCacheMode is non-zero and this option flag is set. + SslPrivateOptionType_DtlsSession = 1, ///< \ref sslConnectionSetSessionCacheMode will throw an error if the input ::SslSessionCacheMode is non-zero and this option flag is set. } SslPrivateOptionType; /// AlpnProtoState