mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Silence Clang warning about unit'd variable
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
688c244685
commit
1c8a527cff
@ -808,7 +808,7 @@ int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen,
|
||||
{
|
||||
unsigned char *buff;
|
||||
unsigned char *val = NULL;
|
||||
size_t vallen, currentvalpos;
|
||||
size_t vallen = 0, currentvalpos;
|
||||
int rv;
|
||||
|
||||
buff = OPENSSL_malloc(olen);
|
||||
|
Loading…
Reference in New Issue
Block a user