Explorar el Código

update: 默认开启gmssl库

Wendal Chen hace 3 años
padre
commit
869ed03370
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 内存池, 实验性, 内存利用率更高一些