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:
authorDr. Stephen Henson <steve@openssl.org>2000-02-22 05:59:26 +0300
committerDr. Stephen Henson <steve@openssl.org>2000-02-22 05:59:26 +0300
commit72b60351f17f26568e3af698fab4abd043b3fa29 (patch)
treee3aee906dafb7a38a275c590a49ff93ccfec6cd5 /ssl/s3_pkt.c
parent1b8a8088a5d55d5474fd7f89bc991326cc0430d7 (diff)
Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for
the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.
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)
{