Browse Source

update: 默认开启gmssl库

Wendal Chen 3 years ago
parent
commit
869ed03370
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/port/luat_conf_bsp.h

+ 1 - 1
app/port/luat_conf_bsp.h

@@ -97,7 +97,7 @@
 #define LUAT_USE_RSA 1
 
 // 国密算法 SM2/SM3/SM4
-// #define LUAT_USE_GMSSL 1
+#define LUAT_USE_GMSSL 1
 
 
 // // 使用 TLSF 内存池, 实验性, 内存利用率更高一些