Changeset 3761
- Timestamp:
- 10/15/07 02:10:29 (9 months ago)
- Files:
-
- trunk/Frameworks/Acid/utility/esession/esession.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Acid/utility/esession/esession.c
r3710 r3761 75 75 unsigned char keybuf[EVP_MAX_MD_SIZE]; 76 76 unsigned int keybuf_len; 77 const EVP_CIPHER* cipher_type ;77 const EVP_CIPHER* cipher_type = NULL; 78 78 79 79 /* Ensure the size of the biggest max digest is bigger … … 536 536 ESessionHandshake result; 537 537 EVP_MD_CTX signctx; 538 char* sig ;538 char* sig = NULL; 539 539 unsigned int sig_len; 540 540 … … 639 639 EVP_MD_CTX verifyctx; 640 640 EVP_PKEY* bobkey; 641 char* sig ;641 char* sig = NULL; 642 642 int sig_len; 643 643 int rc;
