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