Commit 0f45dfeb authored by Geoff Simmons's avatar Geoff Simmons

Fix a copy-pasta error.

parent 162c6508
......@@ -912,7 +912,7 @@ vfp_encrypt_pull(struct vfp_ctx *ctx, struct vfp_entry *ent, void *ptr,
}
}
else if (vp != VFP_END)
ERR_DEC(ctx, "message truncated");
ERR_ENC(ctx, "message truncated");
}
*lenp = outputLen(stream, p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment