Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 4 Jun 2012 03:22:25 +0400
From: Solar Designer <solar@...nwall.com>
To: john-dev@...ts.openwall.com
Subject: GOST symbol names (was: linux-x86-opencl build error)

On Sun, Jun 03, 2012 at 11:36:46PM +0200, magnum wrote:
> On 06/03/2012 05:45 PM, SAYANTAN DATTA wrote:
> >/usr/local/ssl/lib/libcrypto.a(gost89.o): In function `gost_init':
> >gost89.c:(.text+0x1980): multiple definition of `gost_init'
> >gost_plug.o:gost_plug.c:(.text+0x1700): first defined here
[...]
> What version of OpenSSL is this? It looks like it has support for GOST, 
> so we clash with it. If so, we need to rename gost_init() and perhaps a 
> couple other functions.

Can't we have these symbols local to just one source file and thus
declared static?  Then we don't need to rename them.

Disclaimer: I haven't looked at the code.

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.