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

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_7-stable: openssl/doc/crypto/ EVP_SealInit....
From:       "Nils Larsch" <nils () openssl ! org>
Date:       2005-03-29 17:48:35
Message-ID: 20050329174835.1EB26203688 () master ! openssl ! org
[Download RAW message or body]

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

  Server: cvs.openssl.org                  Name:   Nils Larsch
  Root:   /e/openssl/cvs                   Email:  nils@openssl.org
  Module: openssl                          Date:   29-Mar-2005 19:48:35
  Branch: OpenSSL_0_9_7-stable             Handle: 2005032918483400

  Modified files:           (Branch: OpenSSL_0_9_7-stable)
    openssl/doc/crypto      EVP_SealInit.pod

  Log:
    the second argument of EVP_SealInit is const

  Summary:
    Revision    Changes     Path
    1.6.6.3     +3  -2      openssl/doc/crypto/EVP_SealInit.pod
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/doc/crypto/EVP_SealInit.pod
  ============================================================================
  $ cvs diff -u -r1.6.6.2 -r1.6.6.3 EVP_SealInit.pod
  --- openssl/doc/crypto/EVP_SealInit.pod	26 Jan 2003 13:39:24 -0000	1.6.6.2
  +++ openssl/doc/crypto/EVP_SealInit.pod	29 Mar 2005 17:48:34 -0000	1.6.6.3
  @@ -8,8 +8,9 @@
   
    #include <openssl/evp.h>
   
  - int EVP_SealInit(EVP_CIPHER_CTX *ctx, EVP_CIPHER *type, unsigned char **ek,
  -		int *ekl, unsigned char *iv,EVP_PKEY **pubk, int npubk);
  + int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, 
  +		unsigned char **ek, int *ekl, unsigned char *iv,
  +		EVP_PKEY **pubk, int npubk);
    int EVP_SealUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
            int *outl, unsigned char *in, int inl);
    int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out,
  @@ .
______________________________________________________________________
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