summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ac52c4b)
al can be used uninitialised in an error path.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2020)
int tls_construct_client_certificate(SSL *s, WPACKET *pkt)
{
int tls_construct_client_certificate(SSL *s, WPACKET *pkt)
{
+ int al = SSL_AD_INTERNAL_ERROR;
/*
* TODO(TLS1.3): For now we must put an empty context. Needs to be filled in
/*
* TODO(TLS1.3): For now we must put an empty context. Needs to be filled in