X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgpmicalg.c;h=1b6ecc914702c67fd7aa9ba66f696f4febb4900c;hp=b5985b379aa28a3d2a925cc02bc52a9c1938a6b2;hb=9274cbe8e6410ddb95ddc667faa678a29da85420;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/pgpmicalg.c b/pgpmicalg.c index b5985b3..1b6ecc9 100644 --- a/pgpmicalg.c +++ b/pgpmicalg.c @@ -65,7 +65,7 @@ static void pgp_dearmor (FILE * in, FILE * out) STATE state; - memset (&state, 0, sizeof (STATE)); + p_clear(&state, 1); state.fpin = in; state.fpout = out;