staticstruct rspamd_lua_cryptobox_hash *rspamd_lua_hash_create(constgchar *type){structrspamd_lua_cryptobox_hash*h;h =g_slice_alloc0(sizeof(*h));if(type) {if(g_ascii_strcasecmp (type,"md5") ==0) { h->is_ssl = TRUE; h->c = EVP_MD_CTX_create (); EVP_DigestInit (h->c, ...