From 3f2af6db2301cb5c26c24b32c86a38d11deab1ad Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 24 Jan 2017 01:46:12 +0000 Subject: Remove a "free up if allocated" comment that exists before code that frees things if they are allocated. ok captainobvious@ --- src/lib/libssl/ssl_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/ssl_lib.c b/src/lib/libssl/ssl_lib.c index 01041146b7..df1d278b2e 100644 --- a/src/lib/libssl/ssl_lib.c +++ b/src/lib/libssl/ssl_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_lib.c,v 1.142 2017/01/24 01:44:00 jsing Exp $ */ +/* $OpenBSD: ssl_lib.c,v 1.143 2017/01/24 01:46:12 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -531,7 +531,6 @@ SSL_free(SSL *s) if (s->cert != NULL) ssl_cert_free(s->cert); - /* Free up if allocated */ free(s->tlsext_hostname); SSL_CTX_free(s->initial_ctx); -- cgit v1.2.3-55-g6feb