Changeset 3761

Show
Ignore:
Timestamp:
10/15/07 02:10:29 (9 months ago)
Author:
timothy
Message:

Fix some warnings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Acid/utility/esession/esession.c

    r3710 r3761  
    7575    unsigned char keybuf[EVP_MAX_MD_SIZE]; 
    7676    unsigned int keybuf_len; 
    77     const EVP_CIPHER* cipher_type
     77    const EVP_CIPHER* cipher_type = NULL
    7878 
    7979    /* Ensure the size of the biggest max digest is bigger 
     
    536536    ESessionHandshake result; 
    537537    EVP_MD_CTX signctx; 
    538     char* sig
     538    char* sig = NULL
    539539    unsigned int   sig_len; 
    540540    
     
    639639    EVP_MD_CTX verifyctx; 
    640640    EVP_PKEY* bobkey; 
    641     char* sig
     641    char* sig = NULL
    642642    int   sig_len; 
    643643    int   rc;