+1, I had applied this locally [sorry for delays]

On 3/14/2012 5:20 PM, Dr. Stephen Henson wrote:
>   OpenSSL CVS Repository
>   http://cvs.openssl.org/
>   ____________________________________________________________________________
> 
>   Server: cvs.openssl.org                  Name:   Dr. Stephen Henson
>   Root:   /v/openssl/cvs                   Email:  st...@openssl.org
>   Module: openssl                          Date:   14-Mar-2012 23:20:40
>   Branch: OpenSSL_1_0_1-stable             Handle: 2012031422204000
> 
>   Modified files:           (Branch: OpenSSL_1_0_1-stable)
>     openssl                 Configure
> 
>   Log:
>     remove trailing slash
> 
>   Summary:
>     Revision    Changes     Path
>     1.621.2.37.2.32+2  -2      openssl/Configure
>   ____________________________________________________________________________
> 
>   patch -p0 <<'@@ .'
>   Index: openssl/Configure
>   ============================================================================
>   $ cvs diff -u -r1.621.2.37.2.31 -r1.621.2.37.2.32 Configure
>   --- openssl/Configure       3 Mar 2012 13:18:06 -0000       1.621.2.37.2.31
>   +++ openssl/Configure       14 Mar 2012 22:20:40 -0000      1.621.2.37.2.32
>   @@ -904,11 +904,11 @@
>                               }
>                       elsif (/^--with-fipsdir=(.*)$/)
>                               {
>   -                           $fipsdir="$1/";
>   +                           $fipsdir="$1";
>                               }
>                       elsif (/^--with-fipslibdir=(.*)$/)
>                               {
>   -                           $fipslibdir="$1/";
>   +                           $fipslibdir="$1";
>                               }
>                       elsif (/^--with-baseaddr=(.*)$/)
>                               {
>   @@ .
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> CVS Repository Commit List                     openssl-...@openssl.org
> Automated List Manager                           majord...@openssl.org
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to