summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r--src/lib/libssl/s3_lib.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index d6bf6a4574..8d45e1f8c1 100644
--- a/src/lib/libssl/s3_lib.c
+++ b/src/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s3_lib.c,v 1.137 2017/03/05 14:39:53 jsing Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.138 2017/03/10 16:03:27 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1842,7 +1842,6 @@ ssl3_free(SSL *s)
1842 1842
1843 BIO_free(S3I(s)->handshake_buffer); 1843 BIO_free(S3I(s)->handshake_buffer);
1844 1844
1845 tls1_free_digest_list(s);
1846 tls1_handshake_hash_free(s); 1845 tls1_handshake_hash_free(s);
1847 1846
1848 free(S3I(s)->alpn_selected); 1847 free(S3I(s)->alpn_selected);
@@ -1884,7 +1883,6 @@ ssl3_clear(SSL *s)
1884 BIO_free(S3I(s)->handshake_buffer); 1883 BIO_free(S3I(s)->handshake_buffer);
1885 S3I(s)->handshake_buffer = NULL; 1884 S3I(s)->handshake_buffer = NULL;
1886 1885
1887 tls1_free_digest_list(s);
1888 tls1_handshake_hash_free(s); 1886 tls1_handshake_hash_free(s);
1889 1887
1890 free(S3I(s)->alpn_selected); 1888 free(S3I(s)->alpn_selected);