diff --git a/nx/include/switch/services/ssl.h b/nx/include/switch/services/ssl.h index 9727a064..c838db39 100644 --- a/nx/include/switch/services/ssl.h +++ b/nx/include/switch/services/ssl.h @@ -87,7 +87,7 @@ typedef enum { /// InternalPki typedef enum { - SslInternalPki_DeviceClientCertDefault = 1, ///< DeviceClientCertDefault. Enables using the DeviceCert and the CertStore. + SslInternalPki_DeviceClientCertDefault = 1, ///< DeviceClientCertDefault. Enables using the DeviceCert. } SslInternalPki; /// ContextOption @@ -199,6 +199,7 @@ Service* sslGetServiceSession(void); /** * @brief CreateContext + * @note The CertStore is used automatically, regardless of what cmds are used. * @param[out] c \ref SslContext * @param[in] ssl_version \ref SslVersion */