X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=sigcheck.c;h=902c9a1e9ce078df9cdaa03e58644906531a5b9a;hb=78d77be7ae2b6293fe117d8670c0abbe80272238;hp=2f165bce0dd1e711bff108089ecc70781ca33595;hpb=0f0f62d3505e60cac5fd35ebcdea525d9d79a3e1;p=onak.git diff --git a/sigcheck.c b/sigcheck.c index 2f165bc..902c9a1 100644 --- a/sigcheck.c +++ b/sigcheck.c @@ -182,6 +182,7 @@ int check_packet_sighash(struct openpgp_publickey *key, } ripemd160_digest(&ripemd160_context, RIPEMD160_DIGEST_SIZE, hash); + break; #else logthing(LOGTHING_INFO, "RIPEMD160 support not available."); return -1;