This was not useful and was using uninitialized value. Introduced with
the commit
08ac28237 ("MINOR: Add aes_gcm_enc converter").
Must be backported wherever the commit
08ac28237 was backported.
aead_tag.data.u.str.data = ret;
aead_tag.data.type = SMP_T_STR;
- aead_tag.flags &= ~SMP_F_CONST;
if (!var_set(arg_p[3].data.var.name_hash, arg_p[3].data.var.scope, &aead_tag,
(arg_p[3].data.var.scope == SCOPE_PROC) ? VF_COND_IFEXISTS : 0)) {