From de27e7b17183206d999206ee85c0c04463c23411 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 3 May 2020 12:43:29 -0400 Subject: [PATCH] ssl: Improved docs. --- 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 4b1af131..8fa7b330 100644 --- a/nx/include/switch/services/ssl.h +++ b/nx/include/switch/services/ssl.h @@ -304,7 +304,7 @@ Result sslContextGetConnectionCount(SslContext *c, u32 *out); * @brief ImportServerPki * @note A maximum of 71 ServerPki objects (associated with the output Id) can be imported. * @param c \ref SslContext - * @param[in] buffer Input buffer containing the cert data, must not be NULL. This can contain multiple certs. + * @param[in] buffer Input buffer containing the cert data, must not be NULL. This can contain multiple certs. The certs can be CAs or server certs (no pubkeys). * @param[in] size Input buffer size. * @param[in] format \ref SslCertificateFormat * @param[out] id Output Id. Optional, can be NULL.