X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=sigcheck.c;h=902c9a1e9ce078df9cdaa03e58644906531a5b9a;hb=8d910718e5f13444b2948396564a809b2307f0cf;hp=2f165bce0dd1e711bff108089ecc70781ca33595;hpb=8574412dcf649de37289721ec216215a79fbcd14;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;