[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: freebsd6 "port"
[Thread Prev] | [Thread Next]
- Subject: Re: freebsd6 "port"
- From: Vic Lee <llyzs@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 04 Nov 2009 15:55:53 +0800
- To: libssh@xxxxxxxxxx
Hi Aris,
Use the dereference way to call function pointers should fix it.
#ifdef HAVE_LIBGCRYPT
(*(crypto->cbc_encrypt))(crypto, data, out, len);
#elif defined HAVE_LIBCRYPTO
(*(crypto->cbc_encrypt))(crypto, data, out, len,
session->current_crypto->encryptIV);
#endif
Vic
On Tue, 2009-11-03 at 20:48 +0100, Aris Adamantiadis wrote:
> Alexander,
>
> This looks more like a linking problem with the latest stack protector
> in freebsd. I don't know how to deal with that ...
>
> Thanks for the feedback.
>
> Aris
>
> Alexander Logvinov a écrit :
> > Hello!
> >
> > Hm, there is a new error with samples build:
> > http://tb.logvinov.com/errors/8-CURRENT-dev-i386/libssh-0.3.91.log
> >
> > Best regards,
> > Alexander
> >
>
| Re: freebsd6 "port" | Aris Adamantiadis <aris@xxxxxxxxxxxx> |
| Re: freebsd6 "port" | Aris Adamantiadis <aris@xxxxxxxxxxxx> |