fix some bugs

config no-saf no-sdf no-skf no-sof no-zuc
This commit is contained in:
Zhi Guan
2017-02-16 17:10:35 +08:00
parent 91873b8da0
commit dcdb3dd1d6
6 changed files with 75 additions and 93 deletions

View File

@@ -441,8 +441,8 @@ end:
/*
* c->u = HashToRange(DoubleHash(c->Chi0, c->Chi1, y, wbuf))
*/
static int BB1CiphertextBlock_hash_to_range(const BB1PublicParameters *mpk,
BB1CiphertextBlock *c, const unsigned char *wbuf, size_t wbuflen,
static int BB1CiphertextBlock_hash_to_range(BB1PublicParameters *mpk,
const BB1CiphertextBlock *c, const unsigned char *wbuf, size_t wbuflen,
BIGNUM *bn, BN_CTX *bn_ctx)
{
int ret = 0;