From a0ce2730196bdb91f64cd76e0ab55cedb05eaef4 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 21 Jun 2020 13:16:34 -0400 Subject: [PATCH] ssl: Improved docs. --- nx/include/switch/services/ssl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */