Fix warnings.

This commit is contained in:
Ben Laurie
2011-12-02 14:39:41 +00:00
parent 9f2b453338
commit 825e1a7c56
5 changed files with 7 additions and 8 deletions

View File

@@ -1124,7 +1124,7 @@ int tls1_export_keying_material(SSL *s, unsigned char *out, unsigned int olen,
unsigned int contextlen, int use_context)
{
unsigned char *buff;
unsigned char *val;
unsigned char *val = NULL;
unsigned int vallen, currentvalpos, rv;
#ifdef KSSL_DEBUG