From 3971f3e053b0e39740b08987d27ae365ed93c4ee Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 5 May 2020 21:51:40 -0400 Subject: [PATCH] ssl: Updated 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 8fa7b330..9727a064 100644 --- a/nx/include/switch/services/ssl.h +++ b/nx/include/switch/services/ssl.h @@ -351,7 +351,7 @@ Result sslContextAddPolicyOid(SslContext *c, const char *str, u32 str_bufsize); * @brief ImportCrl * @note Only available on [3.0.0+]. * @param c \ref SslContext - * @param[in] buffer Input buffer, must not be NULL. + * @param[in] buffer Input buffer, must not be NULL. This contains the DER CRL. * @param[in] size Input buffer size. * @param[out] id Output Id. Optional, can be NULL. */