From 680fb5858b381bbab6cfa4915ce5ffbd441dab4d Mon Sep 17 00:00:00 2001 From: Ken Sanislo Date: Fri, 8 Apr 2016 14:07:16 -0700 Subject: [PATCH] updated comment for httpcSetSSLOpt --- libctru/include/3ds/services/httpc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libctru/include/3ds/services/httpc.h b/libctru/include/3ds/services/httpc.h index bf0ab02..73e1394 100644 --- a/libctru/include/3ds/services/httpc.h +++ b/libctru/include/3ds/services/httpc.h @@ -131,6 +131,7 @@ Result httpcAddTrustedRootCA(httpcContext *context, u8 *cert, u32 certsize); /** * @brief Sets SSL options for the context. + * The HTTPC SSL option bits are the same as those defined in sslc.h * @param contect Context to set flags on. * @param options SSL option flags. */