mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 02:53:30 +08:00
Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
PR#3141
This commit is contained in:
parent
d1d4382dcb
commit
d183545d45
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user