summaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-06-24 13:30:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-06-24 13:30:07 +0000
commit72d668c332038dbfae0d92354c176a73c1200157 (patch)
tree8c2b1a503fcffb71fdee26e477dee892fe0bcbd7 /ssl/s3_srvr.c
parent5ce4799a38d856446213bbd6234464f65a6aa55b (diff)
Update from HEAD.
Diffstat (limited to 'ssl/s3_srvr.c')
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 66c063a7ba..01a84e6f76 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -2504,7 +2504,7 @@ int ssl3_get_client_key_exchange(SSL *s)
EVP_PKEY_CTX *pkey_ctx;
EVP_PKEY *client_pub_pkey = NULL;
unsigned char premaster_secret[32], *start;
- size_t outlen, inlen;
+ size_t outlen=32, inlen;
/* Get our certificate private key*/
pkey_ctx = EVP_PKEY_CTX_new(s->cert->key->privatekey,NULL);