mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
size_t -> int
This commit is contained in:
parent
a0d48e7e7e
commit
ebb01b84b8
@ -120,8 +120,7 @@ int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
|
||||
BIGNUM *r0,*W,*X,*c,*test;
|
||||
BIGNUM *g=NULL,*q=NULL,*p=NULL;
|
||||
BN_MONT_CTX *mont=NULL;
|
||||
size_t i;
|
||||
int k,n=0,b,m=0, qsize = qbits >> 3;
|
||||
int i, k,n=0,b,m=0, qsize = qbits >> 3;
|
||||
int counter=0;
|
||||
int r=0;
|
||||
BN_CTX *ctx=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user