On Mon, Jan 03, 2011 at 01:52:11PM +0100, 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:   03-Jan-2011 13:52:11
>   Branch: OpenSSL_1_0_1-stable             Handle: 2011010312521100
> 
>   Modified files:           (Branch: OpenSSL_1_0_1-stable)
>     openssl/crypto/x509v3   v3_asid.c
> 
>   Log:
>     oops missed an assert
> 
>   Summary:
>     Revision    Changes     Path
>     1.5.6.3     +1  -1      openssl/crypto/x509v3/v3_asid.c
>   ____________________________________________________________________________
> 
>   patch -p0 <<'@@ .'
>   Index: openssl/crypto/x509v3/v3_asid.c
>   ============================================================================
>   $ cvs diff -u -r1.5.6.2 -r1.5.6.3 v3_asid.c
>   --- openssl/crypto/x509v3/v3_asid.c 3 Jan 2011 01:40:45 -0000       1.5.6.2
>   +++ openssl/crypto/x509v3/v3_asid.c 3 Jan 2011 12:52:11 -0000       1.5.6.3
>   @@ -799,7 +799,7 @@
>      /*
>       * Trust anchor can't inherit.
>       */
>   -  assert(x != NULL);
>   +  OPENSSL_assert(x != NULL);
>      if (x->rfc3779_asid != NULL) {
>        if (x->rfc3779_asid->asnum != NULL &&
>       x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit)
>   @@ .
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> CVS Repository Commit List                     openssl-...@openssl.org
> Automated List Manager                           majord...@openssl.org


This works!!  Thank you again!!

-- 
Member - Liberal International  This is doc...@nl2k.ab.ca Ici doc...@nl2k.ab.ca
God, Queen and country! Never Satan President Republic! Beware AntiChrist 
rising! 
http://twitter.com/rootnl2k http://www.facebook.com/dyadallee
Birthdate 29 Jan 1969 Redhill Surrey England UK
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to