commit | a230b26e0959dc5f072fbbdadcc9ed45e904c50c | [log] [tgz] |
---|---|---|
author | Emilia Kasper <emilia@openssl.org> | Fri Aug 05 19:03:17 2016 +0200 |
committer | Emilia Kasper <emilia@openssl.org> | Thu Aug 18 14:02:29 2016 +0200 |
tree | 85a928954cdf2f564c574138bbcd786f1ab1101e | |
parent | 604f6eff31a3837abd3d96a2a41a3b269df757c4 [diff] [blame] |
Indent ssl/ Run util/openssl-format-source on ssl/ Some comments and hand-formatted tables were fixed up manually by disabling auto-formatting. Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/ssl/ssl_asn1.c b/ssl/ssl_asn1.c index 67d8e0c..aa6e3e6 100644 --- a/ssl/ssl_asn1.c +++ b/ssl/ssl_asn1.c
@@ -359,7 +359,7 @@ *pp = p; return ret; - err: + err: M_ASN1_free_of(as, SSL_SESSION_ASN1); if ((a == NULL) || (*a != ret)) SSL_SESSION_free(ret);