Re: Storage size unknown on rawhide

2016-10-25 Thread Tomas Mraz
On 10/25/2016 10:41 AM, Tomasz Torcz wrote: > On Tue, Oct 25, 2016 at 10:01:55AM +0200, Julien Enselme wrote: >> Hi, >> >> I have an error while building ccnet on rawhide: >> >> utils.c: In function 'ccnet_decrypt_with_key': >> utils.c:1141:20: error: storage size of 'ctx' isn't known >>

Re: Storage size unknown on rawhide

2016-10-25 Thread Tomasz Torcz
On Tue, Oct 25, 2016 at 10:01:55AM +0200, Julien Enselme wrote: > Hi, > > I have an error while building ccnet on rawhide: > > utils.c: In function 'ccnet_decrypt_with_key': > utils.c:1141:20: error: storage size of 'ctx' isn't known >  EVP_CIPHER_CTX ctx; Looks like ccnet need porting to

Storage size unknown on rawhide

2016-10-25 Thread Julien Enselme
Hi, I have an error while building ccnet on rawhide: utils.c: In function 'ccnet_decrypt_with_key': utils.c:1141:20: error: storage size of 'ctx' isn't known  EVP_CIPHER_CTX ctx; How can I solve this? I'll report it upstream (ideally with a patch) soon but I'd like a fix to get the package