@@ -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