Browse Source

fix: luat_crypto.h忘记提交了

Wendal Chen 3 years ago
parent
commit
7fcae9c61d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      luat/include/luat_crypto.h

+ 1 - 0
luat/include/luat_crypto.h

@@ -27,4 +27,5 @@ int luat_crypto_sha512_simple(const char* str, size_t str_size, void* out_ptr) ;
 int luat_crypto_hmac_sha512_simple(const char* str, size_t str_size, const char* mac, size_t mac_size, void* out_ptr) ;
 
 int luat_crypto_cipher_list(const char** list, size_t* len);
+int luat_crypto_cipher_suites(const char** list, size_t* len);
 #endif