[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_1_0_0-stable: openssl/crypto/stack/ safestack.h
From:       "Dr. Stephen Henson" <steve () openssl ! org>
Date:       2010-05-29 12:49:49
Message-ID: 20100529124949.1A3141EAE9C2 () master ! openssl ! org
[Download RAW message or body]

  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Dr. Stephen Henson
  Root:   /v/openssl/cvs                   Email:  steve@openssl.org
  Module: openssl                          Date:   29-May-2010 14:49:48
  Branch: OpenSSL_1_0_0-stable             Handle: 2010052913494800

  Modified files:           (Branch: OpenSSL_1_0_0-stable)
    openssl/crypto/stack    safestack.h

  Log:
    PR: 2278
    Submitted By: Mattias Ellert <mattias.ellert@fysast.uu.se>
    
    Fix type checking macro SKM_ASN1_SET_OF_i2d

  Summary:
    Revision    Changes     Path
    1.72.2.8    +1  -1      openssl/crypto/stack/safestack.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/crypto/stack/safestack.h
  ============================================================================
  $ cvs diff -u -r1.72.2.7 -r1.72.2.8 safestack.h
  --- openssl/crypto/stack/safestack.h	7 Feb 2010 13:47:07 -0000	1.72.2.7
  +++ openssl/crypto/stack/safestack.h	29 May 2010 12:49:48 -0000	1.72.2.8
  @@ -179,7 +179,7 @@
   	sk_is_sorted(CHECKED_STACK_OF(type, st))
   
   #define	SKM_ASN1_SET_OF_d2i(type, st, pp, length, d2i_func, free_func, ex_tag, ex_class) \
  -	(STACK_OF(type) *)d2i_ASN1_SET(CHECKED_STACK_OF(type, st), \
  +  (STACK_OF(type) *)d2i_ASN1_SET((STACK_OF(OPENSSL_BLOCK) **)CHECKED_STACK_OF(type, st), \
   				pp, length, \
   				CHECKED_D2I_OF(type, d2i_func), \
   				CHECKED_SK_FREE_FUNC(type, free_func), \
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic