mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
removed initializer warning
This commit is contained in:
@@ -124,7 +124,7 @@ int BN_get_params(int which)
|
||||
BIGNUM *BN_value_one(void)
|
||||
{
|
||||
static BN_ULONG data_one=1L;
|
||||
static BIGNUM const_one={&data_one,1,1,0};
|
||||
static BIGNUM const_one={&data_one,1,1,0,0};
|
||||
|
||||
return(&const_one);
|
||||
}
|
||||
|
Reference in New Issue
Block a user