Просмотр исходного кода

fix: luat_crypto.h忘记提交了

Wendal Chen 3 лет назад
Родитель
Сommit
7fcae9c61d
1 измененных файлов с 1 добавлено и 0 удалено
  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_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_list(const char** list, size_t* len);
+int luat_crypto_cipher_suites(const char** list, size_t* len);
 #endif
 #endif