Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s3_pkt.c')
-rw-r--r--ssl/s3_pkt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/s3_pkt.c b/ssl/s3_pkt.c
index fd344c4ceb..97501dcac8 100644
--- a/ssl/s3_pkt.c
+++ b/ssl/s3_pkt.c
@@ -827,8 +827,8 @@ start:
*/
{
int dest_maxlen = 0;
- unsigned char *dest;
- int *dest_len;
+ unsigned char *dest = NULL;
+ int *dest_len = NULL;
if (rr->type == SSL3_RT_HANDSHAKE)
{