Subject: Re: libcrypto.so.2.2 has 'main'?!
To: Simon Burge <simonb@wasabisystems.com>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: current-users
Date: 06/29/2005 18:21:31
On Thu, Jun 30, 2005 at 12:42:06AM +1000, Simon Burge wrote:
> Simon Burge wrote:
>
> > Hubert Feyrer wrote:
> >
> > > on -current:
> > >
> > > miyu% nm obj.i386/destdir/lib/libcrypto.so.2.2 | grep main
> > > 00033d84 T main
> >
> > Looks like fips_standalone_sha1.c was added incorrectly at some stage.
> >
> > Christos - OK to just remove
> >
> > SRCS+= fips_standalone_sha1.c
> >
> > from lib/libcrypto/Makefile?
>
> Christos has OK'd this out, and I've committed that change.
Do we need to bump the minor or major version for this change?
Bernd