digest_beecrypt: add missing break statement
Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
This commit is contained in:
parent
1fe1873955
commit
1777d2a492
|
@ -373,6 +373,7 @@ static int pgpSetSigMpiDSA(pgpDigAlg pgpsig, int num, const uint8_t *p)
|
|||
case 1:
|
||||
if (!mpnsetbin(&sig->s, p + 2, mlen))
|
||||
rc = 0;
|
||||
break;
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue