Richard Levitte wrote:

>   OpenSSL CVS Repository
>   http://cvs.openssl.org/
>   ____________________________________________________________________________
> 
>   Server: cvs.openssl.org                  Name:   Richard Levitte
>   Root:   /e/openssl/cvs                   Email:  [EMAIL PROTECTED]
>   Module: openssl                          Date:   08-Sep-2003 11:17:13
>   Branch: OpenSSL-fips-0_9_7-stable        Handle: 2003090810171300
> 
>   Modified files:           (Branch: OpenSSL-fips-0_9_7-stable)
>     openssl/fips            Makefile.ssl
> 
>   Log:
>     fips_err.c doesn't belong with the headers.
> 
>   Summary:
>     Revision    Changes     Path
>     1.1.2.5.2.5 +3  -3      openssl/fips/Makefile.ssl
>   ____________________________________________________________________________
> 
>   patch -p0 <<'@@ .'
>   Index: openssl/fips/Makefile.ssl
>   ============================================================================
>   $ cvs diff -u -r1.1.2.5.2.4 -r1.1.2.5.2.5 Makefile.ssl
>   --- openssl/fips/Makefile.ssl       6 Sep 2003 13:31:38 -0000       1.1.2.5.2.4
>   +++ openssl/fips/Makefile.ssl       8 Sep 2003 09:17:13 -0000       1.1.2.5.2.5
>   @@ -32,13 +32,13 @@
>    
>    LIB= $(TOP)/libcrypto.a
>    SHARED_LIB= libcrypto$(SHLIB_EXT)
>   -LIBSRC=fips.c fips_err_wrapper.c
>   -LIBOBJ=fips.o fips_err_wrapper.o
>   +LIBSRC=fips.c fips_err_wrapper.c fips_err.c
>   +LIBOBJ=fips.o fips_err_wrapper.o fips_err.o

There should not be a fips_err.o!!

Cheers,

Ben.

-- 
http://www.apache-ssl.org/ben.html       http://www.thebunker.net/

"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to