Fix "control reaches end of function" warning

master
est31 2016-04-10 04:04:28 +02:00
parent 0362a6e36e
commit 6f38189279
1 changed files with 1 additions and 0 deletions

1
srp.c
View File

@ -510,6 +510,7 @@ static SRP_Result calculate_H_AMK(SRP_HashAlgorithm alg, unsigned char *dest,
hash_update(alg, &ctx, K, hash_length(alg));
hash_final(alg, &ctx, dest);
return SRP_OK;
}
static SRP_Result fill_buff()