get rid of a (wrong) gcc warning
[platform/upstream/libsolv.git] / ext / solv_pgpvrfy.c
index a4c819b..0da3131 100644 (file)
@@ -360,6 +360,7 @@ findmpi(unsigned char **mpip, int *mpilp, int maxbits, int *outlen)
   unsigned char *out = 0;
   int bits, l;
 
+  *outlen = 0;
   if (mpil < 2)
     return 0;
   bits = mpi[0] << 8 | mpi[1];