diff options
author | yogesh nagarkar <admin@yeshog.com> | 2014-06-28 01:40:26 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-06-28 01:40:26 +0200 |
commit | d183545d4589f1e7a40190400b8b99ea3d1f7f97 (patch) | |
tree | ae16bc2ddcfb87ea00ade0751e1fc67eca5d9378 /ssl/t1_enc.c | |
parent | Fix typo in ideatest.c (diff) | |
download | openssl-d183545d4589f1e7a40190400b8b99ea3d1f7f97.tar.xz openssl-d183545d4589f1e7a40190400b8b99ea3d1f7f97.zip |
Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
PR#3141
Diffstat (limited to 'ssl/t1_enc.c')
-rw-r--r-- | ssl/t1_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c index ab86e7e3e6..16c532d637 100644 --- a/ssl/t1_enc.c +++ b/ssl/t1_enc.c @@ -1165,7 +1165,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); |