summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
diff options
context:
space:
mode:
authoryogesh nagarkar <admin@yeshog.com>2014-06-28 00:40:26 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-28 00:41:49 +0100
commit0df7959d431e0bd7935c7be2ef0deb04c39f415f (patch)
treea66637f7b964df4a9ff3aac90a44a6e025d044cf /ssl/t1_enc.c
parent5894eb1f332cb8664977d131a01eaf5344aecc14 (diff)
Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
PR#3141 (cherry picked from commit d183545d4589f1e7a40190400b8b99ea3d1f7f97)
Diffstat (limited to 'ssl/t1_enc.c')
-rw-r--r--ssl/t1_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c
index ac8c153996..1427484a32 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -1128,7 +1128,7 @@ int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen,
int rv;
#ifdef KSSL_DEBUG
- printf ("tls1_export_keying_material(%p,%p,%d,%s,%d,%p,%d)\n", s, out, olen, label, llen, p, plen);
+ printf ("tls1_export_keying_material(%p,%p,%d,%s,%d,%p,%d)\n", s, out, olen, label, llen, context, contextlen);
#endif /* KSSL_DEBUG */
buff = OPENSSL_malloc(olen);