algos_sig: missing positive returns

This commit is contained in:
Mirek Kratochvil 2013-04-21 10:00:20 +02:00
parent e1caed83a2
commit 2fb0392bb1

View file

@ -216,6 +216,7 @@ int algo_fmtseq128::create_keypair (sencode**pub, sencode**priv, prng&rng)
*pub = Pub.serialize();
*priv = Priv.serialize();
return 0;
}
int algo_fmtseq256::create_keypair (sencode**pub, sencode**priv, prng&rng)
@ -230,5 +231,6 @@ int algo_fmtseq256::create_keypair (sencode**pub, sencode**priv, prng&rng)
*pub = Pub.serialize();
*priv = Priv.serialize();
return 0;
}