[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Nettle integration issues
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: Nettle integration issues |
Date: |
Wed, 23 Feb 2011 18:40:32 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 |
On 02/22/2011 11:15 PM, Ludovic Courtès wrote:
> Hello!
>
> In master (commit e3c98490a827a17782434587705be0ee8adaadd3), I have this
> problem:
> --8<---------------cut here---------------start------------->8---
> $ nm .libs/libgnutls.so | grep nettle_sha256_update
> U nettle_sha256_update
>
> $ nm nettle/.libs/libcrypto.a | grep nettle_sha256_update
> U nettle_sha256_update
> --8<---------------cut here---------------end--------------->8---
>
> This is cured for me by this patch:
Does the gnutls2_12_x branch work for you in that matter?