Skip to content

Commit c7f3279

Browse files
authored
Comment out DEFAULT_CRT_BACKEND definition
Disable Certificats via OpenSSL
1 parent 7fc9aaf commit c7f3279

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Core.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,7 @@ typedef cc_uint8 cc_bool;
602602
#define CC_BUILD_FREETYPE
603603
#define DEFAULT_NET_BACKEND CC_NET_BACKEND_BUILTIN
604604
#define DEFAULT_SSL_BACKEND CC_SSL_BACKEND_BEARSSL
605-
#define DEFAULT_CRT_BACKEND CC_CRT_BACKEND_OPENSSL
606-
#undef CC_CRT_BACKEND
605+
//#define DEFAULT_CRT_BACKEND CC_CRT_BACKEND_OPENSSL
607606
#define DEFAULT_GFX_BACKEND CC_GFX_BACKEND_SOFTGPU
608607
#define DEFAULT_WIN_BACKEND CC_WIN_BACKEND_OS2
609608
#define DEFAULT_AUD_BACKEND CC_AUD_BACKEND_NULL

0 commit comments

Comments
 (0)